export type CheckboxProps = { label: string; helperText?: string; /** Secondary muted description line under the label (e.g. a filter hint). */ description?: string; invalid?: boolean; modelValue?: boolean; checked?: boolean; disabled?: boolean; name?: string; value?: string; class?: string; }; export declare const Checkbox: import("vue").DefineComponent, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "update:modelValue")[], "change" | "update:modelValue", import("vue").PublicProps, Readonly> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }>, { class: string; name: string; invalid: boolean; disabled: boolean; value: string; helperText: string; description: string; modelValue: boolean; checked: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=Checkbox.d.ts.map