/// /** * Progress is used to display the progress status for a task that takes a long time or consists of several steps. * https://chakra-ui.com/docs/feedback/progress */ export declare function Progress({ ...props }: any): JSX.Element; //# sourceMappingURL=Progress.d.ts.map