import type { CheckboxValueType } from 'element-plus'; type Option = { id: number; label: string; desc: string; }; declare const _default: import("vue").DefineComponent<{}, {}, { sizes: string[]; colors: string[]; value: string; model: never[]; multiple: { one: never[]; two: never[]; three: never[]; four: never[]; }; options: ({ value: string; label: string; disabled?: undefined; } | { value: string; label: string; disabled: boolean; })[]; snippets: { sizes: string; disableOptions: string; disableSelect: string; clearable: string; multiple: string; custom: string; withHeader: string; withFooter: string; withGroup: string; filter: string; customTag: string; customLabel: string; }; checkAll: boolean; indeterminate: boolean; valueChecboxed: CheckboxValueType[]; footer: { isAdding: boolean; optionName: string; }; groupOptions: { label: string; options: { value: string; label: string; }[]; }[]; newItemsValues: string[]; objectOptions: Option[]; objectSelected: Option; coloredOptions: { value: string; label: string; }[]; colorSelected: never[]; }, {}, { capitalize(value: string): string; handleCheckAll(val: CheckboxValueType): void; onAddOption(): void; onConfirm(): void; clear(): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;