import { LoadingProps } from './types'; export declare function useInternalGlobalLoading(props?: Partial): { show(ops?: Partial): void; hide(eager?: boolean): void; };