import { NativeElement } from '@nonoun/native-core'; /** * Toast notification element with intent-based styling and optional dismiss button. * Created by ToastController — not typically authored in HTML directly. * * @attr {string} message - Toast message text * @attr {'info'|'success'|'warning'|'danger'} intent - Visual intent (default: info) * @attr {boolean} dismissible - Show dismiss button */ export declare class NToast extends NativeElement { #private; static observedAttributes: string[]; constructor(); setup(): void; teardown(): void; attributeChangedCallback(name: string, old: string | null, val: string | null): void; } //# sourceMappingURL=toast-element.d.ts.map