import { NotificationProps } from '.'; export declare const requiredProps: NotificationProps; export declare const testkitTests: { title: string; props: NotificationProps; }[]; export declare const ssrTests: { title: string; props: NotificationProps; }[]; export declare const a11yTests: { title: string; props: NotificationProps; }[]; //# sourceMappingURL=Notification.meta.d.ts.map