import type { FunctionComponent } from 'react'; import type { ForwardProps, OmitStrict } from '@pega/cosmos-react-core'; import type { EmailNotificationPanelProps } from './Email.types'; export declare const EmailNotificationPanelIcon: FunctionComponent & ForwardProps>; declare const EmailNotificationPanel: FunctionComponent; export default EmailNotificationPanel; //# sourceMappingURL=EmailNotificationPanel.d.ts.map