import type { CheckboxGroupChange } from './interface'; import type { VmSize } from '../..'; import type { BasicType } from '../../_utils'; import type { DefineComponent, PropType, ComponentOptionsMixin, VNodeProps, AllowedComponentProps, ComponentCustomProps, ExtractPropTypes } from 'vue'; import type { CheckboxLabel } from '../../checkbox'; declare const _sfc_main: DefineComponent<{ readonly modelValue: BasicType, string[] | null>; readonly disabled: BasicType; readonly vertical: BasicType; readonly label: BasicType, string | null>; readonly background: BasicType; readonly size: BasicType, VmSize | null>; readonly columnGap: BasicType, string | number | null>; readonly rowGap: BasicType, string | number | null>; readonly onChange: BasicType, null>; }, {}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:modelValue": (val: string[] | CheckboxLabel) => boolean; }, string, VNodeProps & AllowedComponentProps & ComponentCustomProps, Readonly, string[] | null>; readonly disabled: BasicType; readonly vertical: BasicType; readonly label: BasicType, string | null>; readonly background: BasicType; readonly size: BasicType, VmSize | null>; readonly columnGap: BasicType, string | number | null>; readonly rowGap: BasicType, string | number | null>; readonly onChange: BasicType, null>; }>> & { "onUpdate:modelValue"?: ((val: string[] | CheckboxLabel) => any) | undefined; }, { readonly background: boolean; readonly size: VmSize; readonly disabled: boolean; readonly vertical: boolean; readonly modelValue: string[]; readonly label: string; readonly onChange: CheckboxGroupChange; readonly columnGap: string | number; readonly rowGap: string | number; }>; export default _sfc_main;