import { ILoadingRenderlessParamUtils, ILoadingRenderlessParams, ILoadingState } from '../loading'; export declare const handleAfterLeave: (emit: ILoadingRenderlessParamUtils['emit']) => () => void; export declare const setText: (state: ILoadingState) => (text: string) => void; export declare const close: ({ state, constants, vm }: Pick) => () => void;