import type { BasicType } from '../..'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; declare const _sfc_main: DefineComponent<{ readonly name: BasicType, string | number | null>; readonly label: BasicType, string | null>; readonly lazy: BasicType; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string | number | null>; readonly label: BasicType, string | null>; readonly lazy: BasicType; }>>, { readonly lazy: boolean; readonly name: string | number; readonly label: string; }>; export default _sfc_main;