import type { DefineComponent, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps } from 'vue';
declare const _sfc_main: DefineComponent<{
    readonly value: StringConstructor;
    readonly label: StringConstructor;
}, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, Record<string, any>, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly<{
    readonly value?: unknown;
    readonly label?: unknown;
} & {} & {
    label?: string | undefined;
    value?: string | undefined;
}>, {}>;
export default _sfc_main;
