ComboboxOption: DefineComponent<
    ExtractPropTypes<{ value: { required: true; type: StringConstructor } }>,
    () => VNode<RendererNode, RendererElement, { [key: string]: any }>,
    {},
    {},
    {},
    ComponentOptionsMixin,
    ComponentOptionsMixin,
    {},
    string,
    PublicProps,
    ToResolvedProps<
        ExtractPropTypes<
            { value: { required: true; type: StringConstructor } },
        >,
        {},
    >,
    {},
    {},
    {},
    {},
    string,
    ComponentProvideOptions,
    true,
    {},
    any,
> = ...

A selectable option. The value is committed on selection.