export default function sharedLDConfigFactory(): import("@jbrowse/core/configuration/configurationSchema").ConfigurationSchemaType<{ minorAlleleFrequencyFilter: { type: string; defaultValue: number; }; lengthCutoffFilter: { type: string; defaultValue: number; }; lineZoneHeight: { type: string; defaultValue: number; }; ldMetric: { type: string; model: import("@jbrowse/mobx-state-tree").ISimpleType<"r2" | "dprime">; 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>>;