import type { BasicType } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { VmType, VmLang, VmSize } from '../../_interface'; declare const _sfc_main: DefineComponent<{ readonly size: BasicType, 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; }>; export default _sfc_main;