import type { ProcessStatus, Substatus } from '@lifi/sdk'; import type { Theme } from '@mui/material'; export declare const CircularIcon: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & { status?: ProcessStatus; substatus?: Substatus; }, {}, {}>; export declare const CircularProgressPending: import("@emotion/styled").StyledComponent, {}, {}>;