import type { Plugin } from '../types';
declare const useLoadingDelayPlugin: Plugin<any, any[]>;
export default useLoadingDelayPlugin;
