import type PluginManager from '@jbrowse/core/PluginManager'; export default function configSchemaF(_pluginManager: PluginManager): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{ renderer: import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{ maxHeight: { type: string; description: string; defaultValue: number; }; }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions>; height: { type: string; defaultValue: number; }; }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions; defaultValue: string; }; colorScheme: { type: string; defaultValue: string; }; showLegend: { type: string; defaultValue: boolean; }; showLDTriangle: { type: string; defaultValue: boolean; }; showRecombination: { type: string; defaultValue: boolean; }; recombinationZoneHeight: { type: string; defaultValue: number; }; fitToHeight: { type: string; defaultValue: boolean; }; hweFilterThreshold: { type: string; defaultValue: number; }; callRateFilter: { type: string; defaultValue: number; }; showVerticalGuides: { type: string; defaultValue: boolean; }; showLabels: { type: string; defaultValue: boolean; }; tickHeight: { type: string; defaultValue: number; }; useGenomicPositions: { type: string; defaultValue: boolean; }; signedLD: { type: string; defaultValue: boolean; }; jexlFilters: { type: string; defaultValue: never[]; }; }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions>, undefined>>, undefined>>;