import { BaseComponent } from "../../core/BaseComponent.js"; import type { NotificationOptions } from "./Notification.types.js"; export declare class Notification extends BaseComponent { private options; private timeoutId?; private root?; constructor(options: NotificationOptions); init(): void; destroy(): void; close(): void; private getRootElement; private tryHydrate; } //# sourceMappingURL=Notification.d.ts.map