import React from 'react'; import { NotificationType } from '../../../constants'; interface Props { title: string; text?: string; type: NotificationType; } export declare const NotificationPopupContent: ({ text, type, title }: Props) => React.JSX.Element; export {}; //# sourceMappingURL=NotificationPopupContent.d.ts.map