export declare const Checkbox: import("../utils").WithInstall; shape: { type: import("vue").PropType; default: import("./Checker").CheckerShape; }; disabled: BooleanConstructor; iconSize: (NumberConstructor | StringConstructor)[]; modelValue: import("vue").PropType; checkedColor: StringConstructor; labelPosition: import("vue").PropType; labelDisabled: BooleanConstructor; } & { bindGroup: { type: BooleanConstructor; default: true; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; shape: { type: import("vue").PropType; default: import("./Checker").CheckerShape; }; disabled: BooleanConstructor; iconSize: (NumberConstructor | StringConstructor)[]; modelValue: import("vue").PropType; checkedColor: StringConstructor; labelPosition: import("vue").PropType; labelDisabled: BooleanConstructor; } & { bindGroup: { type: BooleanConstructor; default: true; }; }>> & { onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { disabled: boolean; shape: import("./Checker").CheckerShape; labelDisabled: boolean; bindGroup: boolean; }>>; export default Checkbox; export type { CheckboxProps } from './Checkbox'; export type { CheckboxShape, CheckboxInstance, CheckboxLabelPosition, } from './types'; declare module 'vue' { interface GlobalComponents { VanCheckbox: typeof Checkbox; } }