import type { AnyConfigurationModel } from '@jbrowse/core/configuration';
import type { Feature, Region } from '@jbrowse/core/util';
import type { SceneGraph } from '@jbrowse/core/util/layouts';
declare const ProcessedTranscript: (props: {
    feature: Feature;
    region: Region;
    config: AnyConfigurationModel;
    featureLayout: SceneGraph;
    selected?: boolean;
    reversed?: boolean;
    [key: string]: unknown;
}) => import("react/jsx-runtime").JSX.Element;
export default ProcessedTranscript;
