import { CircularProgressProps } from "@mui/material"; /** * * @param props * @constructor * @ignore */ export declare function CircularProgressCenter(props: CircularProgressProps): import("@emotion/react/jsx-runtime").JSX.Element;