interface CategoricalThresholdBarProps { length: number; } export declare const CategoricalThresholdBar: { ({ length, }: CategoricalThresholdBarProps): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; export {};