import { IChoiceBooleanProps } from './choice-boolean';
declare const _default: import('vue').DefineComponent<IChoiceBooleanProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
    "update:modelValue": (...args: any[]) => void;
}, string, import('vue').PublicProps, Readonly<IChoiceBooleanProps> & Readonly<{
    "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined;
}>, {
    text: [string, string];
    valueType: "boolean" | "number";
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
