import { FunctionComponent } from 'react'; import type { NotificationCenterComponentProps } from './notification-center-component.types'; export declare const NOTIFICATION_CENTER_CONTENT_PROPS: string[]; export type NotificationCenterContentComponentProps = Omit; export declare const NotificationCenterContentComponent: FunctionComponent; export declare const NotificationCenterContentWebComponent: CustomElementConstructor; //# sourceMappingURL=notification-center-content-component.d.ts.map