import type { LinearGenomeViewModel } from '../model';
import type { Base1DViewModel } from '@jbrowse/core/util/Base1DViewModel';
type LGV = LinearGenomeViewModel;
declare const OverviewHighlight: ({ model, overview, }: {
    model: LGV;
    overview: Base1DViewModel;
}) => import("react/jsx-runtime").JSX.Element[];
export default OverviewHighlight;
