/// import Children from "../../types/children-prop"; import { NotificationsContextValue } from "../../types/notifications"; interface NotificationsProviderProps { children: Children; } export declare const NotificationsProvider: ({ children, }: NotificationsProviderProps) => JSX.Element; export declare const useNotifications: () => NotificationsContextValue; export {};