interface CategoricalThresholdBarProps { length: number; } export declare const CategoricalThresholdBar: { ({ length, }: CategoricalThresholdBarProps): import("react").JSX.Element | null; displayName: string; }; export {}; //# sourceMappingURL=CategoricalThresholdBar.d.ts.map