type TimeBarProps = { value: number; maxValue: number; title?: string; children?: React.ReactNode; className?: string; }; export declare function TimeBar({ value, maxValue, title, children, className }: TimeBarProps): import("react/jsx-runtime").JSX.Element; export {};