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<{}, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions>; height: { type: string; defaultValue: number; }; showReferenceAlleles: { type: string; defaultValue: boolean; }; showSidebarLabels: { type: string; defaultValue: boolean; }; showTree: { type: string; defaultValue: boolean; }; renderingMode: { type: string; model: import("@jbrowse/mobx-state-tree").ISimpleType<"alleleCount" | "phased">; defaultValue: string; }; minorAlleleFrequencyFilter: { type: string; defaultValue: number; }; colorBy: { type: string; defaultValue: string; }; }, import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaOptions>, undefined>>, undefined>>;