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; }; fullscreen: BooleanConstructor; indicator: { type: PropType; default: TdLoadingProps["indicator"]; }; inheritColor: BooleanConstructor; loading: { type: BooleanConstructor; default: boolean; }; preventScrollThrough: { type: BooleanConstructor; default: boolean; }; showOverlay: { type: BooleanConstructor; default: boolean; }; size: { type: StringConstructor; default: string; }; text: { type: PropType; }; zIndex: { type: NumberConstructor; }; }; export default _default;