/// import type { Status, Substatus } from '@lifi/sdk'; import type { Theme } from '@mui/material'; export declare const CircularIcon: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & { status: Status; substatus?: Substatus | undefined; }, {}, {}>; export declare const CircularProgressPending: import("@emotion/styled").StyledComponent, {}, {}>;