declare const SvgFeatureRenderer: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
    color1: {
        type: string;
        description: string;
        defaultValue: string;
        contextVariable: string[];
    };
    color2: {
        type: string;
        description: string;
        defaultValue: string;
        contextVariable: string[];
    };
    color3: {
        type: string;
        description: string;
        defaultValue: string;
        contextVariable: string[];
    };
    outline: {
        type: string;
        description: string;
        defaultValue: string;
        contextVariable: string[];
    };
    height: {
        type: string;
        description: string;
        defaultValue: number;
        contextVariable: string[];
    };
    showLabels: {
        type: string;
        defaultValue: boolean;
    };
    showDescriptions: {
        type: string;
        defaultValue: boolean;
    };
    labels: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
        name: {
            type: string;
            description: string;
            defaultValue: string;
            contextVariable: string[];
        };
        nameColor: {
            type: string;
            description: string;
            defaultValue: string;
            contextVariable: string[];
        };
        description: {
            type: string;
            description: string;
            defaultValue: string;
            contextVariable: string[];
        };
        descriptionColor: {
            type: string;
            description: string;
            defaultValue: string;
            contextVariable: string[];
        };
        fontSize: {
            type: string;
            description: string;
            defaultValue: number;
            contextVariable: string[];
        };
    }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
    displayMode: {
        type: string;
        model: import("mobx-state-tree").ISimpleType<string>;
        description: string;
        defaultValue: string;
    };
    maxFeatureGlyphExpansion: {
        type: string;
        description: string;
        defaultValue: number;
    };
    maxHeight: {
        type: string;
        description: string;
        defaultValue: number;
    };
    subParts: {
        type: string;
        description: string;
        defaultValue: string;
    };
    impliedUTRs: {
        type: string;
        description: string;
        defaultValue: boolean;
    };
    transcriptTypes: {
        type: string;
        defaultValue: string[];
    };
    containerTypes: {
        type: string;
        defaultValue: string[];
    };
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
export default SvgFeatureRenderer;
