declare const SNPCoverageRenderer: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{
    clipColor: {
        type: string;
        description: string;
        defaultValue: string;
    };
    indicatorThreshold: {
        type: string;
        description: string;
        defaultValue: number;
    };
    showArcs: {
        type: string;
        description: string;
        defaultValue: boolean;
    };
    showInterbaseCounts: {
        type: string;
        description: string;
        defaultValue: boolean;
    };
    showInterbaseIndicators: {
        type: string;
        description: string;
        defaultValue: boolean;
    };
    color: {
        type: string;
        description: string;
        defaultValue: string;
    };
}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions<undefined, undefined>>;
export default SNPCoverageRenderer;
