import { ProgressProps } from './Progress.types'; export declare const Progress: ({ backgroundColor, progressSection, }: ProgressProps) => JSX.Element;