import type { returnType } from '../../_utils'; import type { PropType, ExtractPropTypes } from 'vue'; export declare const loadingProps: { readonly visible: returnType; readonly text: returnType, string | null>; readonly textSize: returnType, string | null>; readonly color: returnType, string | null>; readonly background: returnType, string | null>; readonly spinner: returnType, string | null>; readonly spinnerSize: returnType, string | null>; readonly flexDirection: returnType, string | null>; }; export type LoadingPropsType = ExtractPropTypes;