interface NotificationProps { message: string; } declare function Notification(props: NotificationProps): import("react/jsx-runtime").JSX.Element; export default Notification;