export namespace notification { export { NotificationList as list }; export namespace options { let group: string; } } declare function NotificationList(): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=notification.d.ts.map