import { CircularProgressProps } from "./CircularProgress.definitions"; /** * This component renders the main navigation. * Can be themed with `Theme.Progress` in [Theme](Theme). * @component * @category Components / Basic * @hideconstructor * @param {CircularProgress.CircularProgressProps} props * @private */ export declare function CircularProgress(props?: CircularProgressProps): JSX.Element;