export type CloseNotificationContextValue = () => void;
export declare const CloseNotificationContext: import("react").Context<CloseNotificationContextValue | null>;
//# sourceMappingURL=CloseNotificationContext.d.ts.map