import { ExtractPropTypes } from 'vue'; export declare const loadingProps: { readonly label: { readonly type: StringConstructor; readonly default: ""; }; readonly target: { readonly type: ObjectConstructor; readonly default: null; }; readonly background: { readonly type: StringConstructor; readonly default: ""; }; readonly fullscreen: { readonly type: BooleanConstructor; readonly default: true; }; readonly onDestroy: FunctionConstructor; readonly onClose: FunctionConstructor; }; export type LoadingProps = ExtractPropTypes;