interface BarFragmentProps { percentageValue: number; color: string; "aria-label": string; title: string; } export declare const Bar: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const BarFragment: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; } & BarFragmentProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export {};