import type { ThemeProps } from "@emotion/react"; import { CircularProgressProps, CircularProgressThemeProps } from "./CircularProgress.definitions"; export declare const getOverriddenPropIfAvailable: (props: CircularProgressProps & ThemeProps, key: keyof CircularProgressThemeProps) => (typeof props)["override"][keyof (typeof props)["override"]]; export declare const StyledCircularProgress: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & CircularProgressProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;