import { ToggleColors } from '../constants'; export interface Props { autofocus?: boolean; checkboxLabel?: string; checkboxValue?: string | number; color?: ToggleColors; groupName?: string; helper?: string; indeterminate?: boolean; isDisabled?: boolean; modelValue?: boolean | unknown[]; reverseLabel?: boolean; size?: 'md' | 'lg'; } declare var __VLS_6: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_6) => any; }; declare const __VLS_base: import('vue').DefineComponent any; }, string, import('vue').PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: boolean | unknown[]) => any) | undefined; }>, { size: "md" | "lg"; color: ToggleColors; modelValue: boolean | unknown[]; checkboxLabel: string; checkboxValue: string | number; groupName: string; helper: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=CpCheckbox.vue.d.ts.map