import { Slot } from 'vue'; import { FdsCheckboxProps } from './types'; type __VLS_Props = FdsCheckboxProps; type __VLS_PublicProps = { modelValue?: boolean | Array; } & __VLS_Props; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ default?: Slot; }> & { default?: Slot; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: boolean | (string | number | boolean | null)[]) => any; } & { input: (value: boolean) => any; change: (value: boolean) => any; "update:checked": (value: boolean) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ onInput?: ((value: boolean) => any) | undefined; onChange?: ((value: boolean) => any) | undefined; "onUpdate:checked"?: ((value: boolean) => any) | undefined; "onUpdate:modelValue"?: ((value: boolean | (string | number | boolean | null)[]) => any) | undefined; }>, { disabled: boolean; required: boolean; value: string | number | boolean | null; dataTestid: string; class: string | Record | Array>; label: string; indeterminate: boolean; checked: boolean; inputClass: string | Record | Array>; disablePseudoStates: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };