import { CircularProgressTypeMap } from "."; /** * ## ARIA * * If the progress bar is describing the loading progress of a particular region of a page, * you should use `aria-describedby` to point to the progress bar, and set the `aria-busy` * attribute to `true` on that region until it has finished loading. * * Demos: * * - [Progress](https://mui.com/components/progress/) * * API: * * - [CircularProgress API](https://mui.com/api/circular-progress/) */ declare const CircularProgress: import("@suid/types").OverridableComponent>; export default CircularProgress; //# sourceMappingURL=CircularProgress.d.ts.map