declare const WiggleRenderer: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
    color: {
        type: string;
        description: string;
        defaultValue: string;
        contextVariable: string[];
    };
    posColor: {
        type: string;
        description: string;
        defaultValue: string;
        contextVariable: string[];
    };
    negColor: {
        type: string;
        description: string;
        defaultValue: string;
        contextVariable: string[];
    };
    clipColor: {
        type: string;
        description: string;
        defaultValue: string;
    };
    bicolorPivot: {
        type: string;
        model: import("mobx-state-tree").ISimpleType<string>;
        description: string;
        defaultValue: string;
    };
    bicolorPivotValue: {
        type: string;
        defaultValue: number;
        description: string;
    };
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
export default WiggleRenderer;
