import type { VariantFeatureWidgetModel } from '../stateModelFactory';
import type { SimpleFeatureSerialized } from '@jbrowse/core/util';
export default function LaunchBreakendPanel(props: {
    locStrings: string[];
    model: VariantFeatureWidgetModel;
    feature: SimpleFeatureSerialized;
}): import("react/jsx-runtime").JSX.Element;
