import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { Install, BasicType } from '../_utils'; import Option from "./src/option"; export declare const VOption: Install, 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; }>>; /** option 组件实例类型 */ export type OptionInstance = InstanceType; export * from './src/interface'; export default VOption;