import * as React from "react"; import { CommonStyleProps } from "./system/unions"; export declare type ContinuousProgressBarProps = CommonStyleProps & { percentage?: number; }; export declare const ContinuousProgressBar: import("styled-components").StyledComponent<"div", any, React.PropsWithChildren, never>;