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