import type { Severity } from './types.js'; interface AlertSeverityProps { severity: Severity; } export declare const AlertMessageCard: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & AlertSeverityProps, {}, {}>; export declare const AlertMessageCardTitle: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps & AlertSeverityProps, {}, {}>; export {};