interface NotificationProps { message: string; } declare function Notification(props: NotificationProps): JSX.Element; export default Notification; //# sourceMappingURL=Notification.d.ts.map