import { vTuiLoading } from './loading'; export declare const directives: { 'tui-loading': import("vue").Directive; }; export { vTuiLoading }; export type { LoadingOptions } from './loading';