import * as React from 'react'; interface NotificationProps { message: string; } declare function Notification(props: NotificationProps): React.JSX.Element; export default Notification; //# sourceMappingURL=Notification.d.ts.map