import { PropType } from 'vue'; import { CheckboxGroupProps } from '../../checkbox'; export type ColumnCheckboxGroupProps = Pick & { checkboxProps: CheckboxGroupProps; label?: string; uniqueKey?: string; }; declare const _default: import("vue").DefineComponent<{ checkboxProps: PropType; options: { type: PropType; default: () => ColumnCheckboxGroupProps["options"]; }; label: StringConstructor; uniqueKey: StringConstructor; value: PropType; onChange: PropType; }, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; options: { type: PropType; default: () => ColumnCheckboxGroupProps["options"]; }; label: StringConstructor; uniqueKey: StringConstructor; value: PropType; onChange: PropType; }>>, { options: import("../..").CheckboxOption[]; }, {}>; export default _default;