import type { VmSize, VmType, VmLang } from '..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import VmGlobal from "./src/vm-global"; export declare const VVmGlobal: Install, VmSize | null>; readonly type: BasicType, VmType | null>; readonly lang: BasicType, VmLang | null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, VmSize | null>; readonly type: BasicType, VmType | null>; readonly lang: BasicType, VmLang | null>; }>>, { readonly type: VmType; readonly size: VmSize; readonly lang: VmLang; }>>; /** vm-global 组件实例类型 */ export type VmGlobalInstance = InstanceType; export * from './src/interface'; export default VVmGlobal;