export function useNotifications(): any; export function NotificationsProvider({ children }: { children: any; }): JSX.Element;