declare const PileupRenderer: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
    color: {
        type: string;
        description: string;
        defaultValue: string;
        contextVariable: string[];
    };
    orientationType: {
        type: string;
        model: import("mobx-state-tree").ISimpleType<string>;
        defaultValue: string;
        description: string;
    };
    displayMode: {
        type: string;
        model: import("mobx-state-tree").ISimpleType<string>;
        description: string;
        defaultValue: string;
    };
    minSubfeatureWidth: {
        type: string;
        description: string;
        defaultValue: number;
    };
    hideSmallIndels: {
        type: string;
        description: string;
        defaultValue: boolean;
    };
    maxHeight: {
        type: string;
        description: string;
        defaultValue: number;
    };
    maxClippingSize: {
        type: string;
        description: string;
        defaultValue: number;
    };
    height: {
        type: string;
        description: string;
        defaultValue: number;
        contextVariable: string[];
    };
    noSpacing: {
        type: string;
        description: string;
        defaultValue: boolean;
    };
    largeInsertionIndicatorScale: {
        type: string;
        description: string;
        defaultValue: number;
    };
    mismatchAlpha: {
        type: string;
        defaultValue: boolean;
        description: string;
    };
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
export default PileupRenderer;
