import type { SceneGraph } from '@jbrowse/core/util/layouts';
import type { Feature } from '@jbrowse/core/util/simpleFeature';
declare const Subfeatures: (props: {
    feature: Feature;
    featureLayout: SceneGraph;
    selected?: boolean;
}) => (import("react/jsx-runtime").JSX.Element | null)[] | undefined;
export default Subfeatures;
