import { type PropsWithChildren } from 'react'; import type { UseNotification } from './types'; export declare const NotificationProvider: ({ children }: PropsWithChildren) => import("react/jsx-runtime").JSX.Element; declare const useNotification: (selector?: (state: UseNotification) => T) => T; export default useNotification; //# sourceMappingURL=index.d.ts.map