import React from 'react';
import { CookifyContextProps, CookifyProviderProps } from '../types';
export declare const CookifyContext: React.Context<CookifyContextProps>;
export declare const CookifyProvider: ({ options, children }: CookifyProviderProps) => JSX.Element;
export declare const useCookifyProvider: () => CookifyContextProps;
