type RatioBarLineProps = { value: number; percentage: number; }; export declare const FilledLine: ({ value, percentage }: RatioBarLineProps) => import("react/jsx-runtime").JSX.Element; export declare const EmptyLine: ({ value, percentage }: RatioBarLineProps) => import("react/jsx-runtime").JSX.Element; export declare const ErrorLine: ({ value, percentage }: RatioBarLineProps) => import("react/jsx-runtime").JSX.Element; export {};