import { FunctionComponent } from 'react'; import type { NotificationCenterComponentProps } from './notification-center-component.types'; export declare const NOTIFICATION_CENTER_PROPS: string[]; export declare const NotificationCenterComponent: FunctionComponent; export declare const NotificationCenterWebComponent: CustomElementConstructor; //# sourceMappingURL=notification-center-component.d.ts.map