import { ProviderProps } from '../store/Provider';
declare const useEventHandler: (props: ProviderProps) => void;
export { useEventHandler };
