/// <reference types="react" />
export declare const useFullLoadingCtx: () => boolean;
declare type Props = React.PropsWithChildren<unknown>;
export declare const FullLoadingProvider: (props: Props) => JSX.Element;
export {};
