import { type NotificationsProps } from './types'; export declare function Notifications({ onclick, ...props }?: NotificationsProps): () => any;