import type { ScalarCheckboxType } from './types';
/**
* Scalar Checkbox Input component
*
* A wrapper around the HTML input element for either checkboxes or radio buttons.
*
* @example
*
* Option Label
*
*/
declare const _default: typeof __VLS_export;
export default _default;
declare const __VLS_export: __VLS_WithSlots any;
}, string, import("vue").PublicProps, Readonly<{
type?: ScalarCheckboxType;
/** When true and the control is unchecked, the native checkbox is indeterminate (partial selection). */
indeterminate?: boolean;
} & {
modelValue?: boolean;
}> & Readonly<{
"onUpdate:modelValue"?: ((value: boolean | undefined) => any) | undefined;
}>, {
indeterminate: boolean;
type: ScalarCheckboxType;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, {
default?: (props: {}) => any;
}>;
type __VLS_WithSlots = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=ScalarCheckboxInput.vue.d.ts.map