/// export declare const LEVEL_COLORS: string[]; export declare const RangeWrapper: ({ children, className, fullWidth }: { children: any; className: any; fullWidth: any; }) => JSX.Element;