import type { Theme } from '@mui/material'; import { RouteExecutionStatus } from '../../stores/routes/types.js'; type StatusColor = RouteExecutionStatus | 'warning'; export declare const CenterContainer: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>; export declare const IconCircle: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & { status: StatusColor; }, {}, {}>; export {};