import { MiuraElement } from '@miurajs/miura-element';
/**
* Alert banner component for inline notifications
* Usage:
* This is an informational message
* Changes saved successfully
*/
export declare class MuiAlert extends MiuraElement {
tone: 'neutral' | 'success' | 'warning' | 'error' | 'info';
variant: 'subtle' | 'filled' | 'outline';
closeable: boolean;
closed: boolean;
static get styles(): import("@miurajs/miura-render").CSSResult;
private _handleClose;
template(): import("@miurajs/miura-render").TemplateResult;
}
//# sourceMappingURL=alert.d.ts.map