type NotificationHubProps = { /** The number of milliseconds before the notification is automatically cleared */ timeout?: number; }; declare const NotificationHub: ({ timeout }: NotificationHubProps) => import("react/jsx-runtime").JSX.Element; export { NotificationHub, type NotificationHubProps }; //# sourceMappingURL=NotificationHub.d.ts.map