import React from 'react'; import type { AlertProps } from './types'; /** * Alert — MD3 severity-coded message box. * * Maps severity to MD3 color roles; renders an optional title, body content, * and optional close/action controls. */ export declare const Alert: React.NamedExoticComponent; //# sourceMappingURL=Alert.d.ts.map