import { TdLoadingProps } from './type'; import { PropType } from 'vue'; declare const _default: { attach: { type: PropType; default: TdLoadingProps['attach']; }; content: { type: PropType; }; default: { type: PropType; }; delay: { type: NumberConstructor; default: number; }; duration: { type: NumberConstructor; default: number; }; fullscreen: BooleanConstructor; indicator: { type: PropType; default: TdLoadingProps['indicator']; }; inheritColor: BooleanConstructor; layout: { type: PropType; default: TdLoadingProps['layout']; validator(val: TdLoadingProps['layout']): boolean; }; loading: { type: BooleanConstructor; default: boolean; }; pause: BooleanConstructor; reverse: BooleanConstructor; size: { type: StringConstructor; default: string; }; text: { type: PropType; }; theme: { type: PropType; default: TdLoadingProps['theme']; validator(val: TdLoadingProps['theme']): boolean; }; }; export default _default;