/// import type { Theme } from '@mui/material'; import { RouteExecutionStatus } from '../../stores'; type StatusColor = RouteExecutionStatus | 'warning'; export declare const CenterContainer: 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, {}, {}>; export declare const IconCircle: 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: StatusColor; }, {}, {}>; export {};