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