import { TdLoadingProps } from './type';
import './style';
export * from './type';
export * from './plugin';
export { default as LoadingPlugin } from './plugin';
export type LoadingProps = TdLoadingProps;
export declare const Loading: {
    new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<import("vue").ExtractPropTypes<{
        attach: {
            type: import("vue").PropType<TdLoadingProps['attach']>;
            default: TdLoadingProps['attach'];
        };
        content: {
            type: import("vue").PropType<TdLoadingProps['content']>;
        };
        default: {
            type: import("vue").PropType<TdLoadingProps['default']>;
        };
        delay: {
            type: NumberConstructor;
            default: number;
        };
        duration: {
            type: NumberConstructor;
            default: number;
        };
        fullscreen: BooleanConstructor;
        indicator: {
            type: import("vue").PropType<TdLoadingProps['indicator']>;
            default: TdLoadingProps['indicator'];
        };
        inheritColor: BooleanConstructor;
        layout: {
            type: import("vue").PropType<TdLoadingProps['layout']>;
            default: TdLoadingProps['layout'];
            validator(val: TdLoadingProps['layout']): boolean;
        };
        loading: {
            type: BooleanConstructor;
            default: boolean;
        };
        pause: BooleanConstructor;
        reverse: BooleanConstructor;
        size: {
            type: StringConstructor;
            default: string;
        };
        text: {
            type: import("vue").PropType<TdLoadingProps['text']>;
        };
        theme: {
            type: import("vue").PropType<TdLoadingProps['theme']>;
            default: TdLoadingProps['theme'];
            validator(val: TdLoadingProps['theme']): boolean;
        };
    }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
        attach: import("@/common").AttachNode;
        delay: number;
        duration: number;
        fullscreen: boolean;
        indicator: boolean | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue);
        inheritColor: boolean;
        layout: "horizontal" | "vertical";
        loading: boolean;
        pause: boolean;
        reverse: boolean;
        size: string;
        theme: "circular" | "dots" | "spinner";
    }, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
        P: {};
        B: {};
        D: {};
        C: {};
        M: {};
        Defaults: {};
    }, Readonly<import("vue").ExtractPropTypes<{
        attach: {
            type: import("vue").PropType<TdLoadingProps['attach']>;
            default: TdLoadingProps['attach'];
        };
        content: {
            type: import("vue").PropType<TdLoadingProps['content']>;
        };
        default: {
            type: import("vue").PropType<TdLoadingProps['default']>;
        };
        delay: {
            type: NumberConstructor;
            default: number;
        };
        duration: {
            type: NumberConstructor;
            default: number;
        };
        fullscreen: BooleanConstructor;
        indicator: {
            type: import("vue").PropType<TdLoadingProps['indicator']>;
            default: TdLoadingProps['indicator'];
        };
        inheritColor: BooleanConstructor;
        layout: {
            type: import("vue").PropType<TdLoadingProps['layout']>;
            default: TdLoadingProps['layout'];
            validator(val: TdLoadingProps['layout']): boolean;
        };
        loading: {
            type: BooleanConstructor;
            default: boolean;
        };
        pause: BooleanConstructor;
        reverse: BooleanConstructor;
        size: {
            type: StringConstructor;
            default: string;
        };
        text: {
            type: import("vue").PropType<TdLoadingProps['text']>;
        };
        theme: {
            type: import("vue").PropType<TdLoadingProps['theme']>;
            default: TdLoadingProps['theme'];
            validator(val: TdLoadingProps['theme']): boolean;
        };
    }>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, {
        attach: import("@/common").AttachNode;
        delay: number;
        duration: number;
        fullscreen: boolean;
        indicator: boolean | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue);
        inheritColor: boolean;
        layout: "horizontal" | "vertical";
        loading: boolean;
        pause: boolean;
        reverse: boolean;
        size: string;
        theme: "circular" | "dots" | "spinner";
    }>;
    __isFragment?: never;
    __isTeleport?: never;
    __isSuspense?: never;
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
    attach: {
        type: import("vue").PropType<TdLoadingProps['attach']>;
        default: TdLoadingProps['attach'];
    };
    content: {
        type: import("vue").PropType<TdLoadingProps['content']>;
    };
    default: {
        type: import("vue").PropType<TdLoadingProps['default']>;
    };
    delay: {
        type: NumberConstructor;
        default: number;
    };
    duration: {
        type: NumberConstructor;
        default: number;
    };
    fullscreen: BooleanConstructor;
    indicator: {
        type: import("vue").PropType<TdLoadingProps['indicator']>;
        default: TdLoadingProps['indicator'];
    };
    inheritColor: BooleanConstructor;
    layout: {
        type: import("vue").PropType<TdLoadingProps['layout']>;
        default: TdLoadingProps['layout'];
        validator(val: TdLoadingProps['layout']): boolean;
    };
    loading: {
        type: BooleanConstructor;
        default: boolean;
    };
    pause: BooleanConstructor;
    reverse: BooleanConstructor;
    size: {
        type: StringConstructor;
        default: string;
    };
    text: {
        type: import("vue").PropType<TdLoadingProps['text']>;
    };
    theme: {
        type: import("vue").PropType<TdLoadingProps['theme']>;
        default: TdLoadingProps['theme'];
        validator(val: TdLoadingProps['theme']): boolean;
    };
}>> & Readonly<{}>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
    attach: import("@/common").AttachNode;
    delay: number;
    duration: number;
    fullscreen: boolean;
    indicator: boolean | ((h: typeof import('vue').h) => import("@/common").TNodeReturnValue);
    inheritColor: boolean;
    layout: "horizontal" | "vertical";
    loading: boolean;
    pause: boolean;
    reverse: boolean;
    size: string;
    theme: "circular" | "dots" | "spinner";
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
export default Loading;
