import { FASTElement } from "@microsoft/fast-element"; type VariantNames = { information: string; danger: string; warning: string; success: string; neutral: string; "inverse-neutral": string; }; export declare class enmeddNotification extends FASTElement { variant?: keyof VariantNames; textOnly?: boolean; filled?: boolean; headline?: string; details?: string; handleDeleteNotification(): void; } export declare const EnmeddNotification: import("@microsoft/fast-react-wrapper").ReactWrapper; export {}; //# sourceMappingURL=notification.d.ts.map