import type PluginManager from '@jbrowse/core/PluginManager';
export default function LinearGenomeViewF(pluginManager: PluginManager): void;
export * from './model.ts';
export * from './types.ts';
export { default as HighlightBand } from './components/HighlightBand.tsx';
