import type { NotificationOptions } from "../Notification/Notification.types.js"; export interface NotificationProps extends Omit, Record { description?: string; type?: NotificationOptions["tone"]; } export declare function registerNotificationElement(): CustomElementConstructor | undefined; //# sourceMappingURL=notification.d.ts.map