import { MiuraElement } from '@miurajs/miura-element'; export declare class MuiToast extends MiuraElement { static properties: { open: { type: BooleanConstructor; default: boolean; reflect: boolean; }; tone: { type: StringConstructor; default: string; reflect: boolean; }; }; open: boolean; tone: 'neutral' | 'success' | 'warning' | 'danger'; static styles: import("@miurajs/miura-render").CSSResult; close(): void; show(): void; template(): import("@miurajs/miura-render").TemplateResult; } //# sourceMappingURL=toast.d.ts.map