export type { XyCheckboxClassNames, XyCheckboxGroupProps, XyCheckboxGroupSlots, XyCheckboxOption, XyCheckboxOptionInput, XyCheckboxProps, XyCheckboxSemanticDom, XyCheckboxStyles, } from "./types"; export declare const XyCheckbox: import("../shared/install").SFCWithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{ onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((checked: boolean, value: import("../index.ts").XyOptionValue, event: Event) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: import("../index.ts").XyOptionValue) => any) | undefined; }>, { blur: () => void | undefined; focus: (options?: FocusOptions) => void | undefined; input: import("vue").Ref; readonly nativeElement: HTMLInputElement | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { blur: (event: FocusEvent) => any; change: (checked: boolean, value: import("../index.ts").XyOptionValue, event: Event) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: import("../index.ts").XyOptionValue) => any; }, import("vue").PublicProps, { indeterminate: boolean; defaultChecked: boolean; falseValue: import("../index.ts").XyOptionValue; trueValue: import("../index.ts").XyOptionValue; }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((checked: boolean, value: import("../index.ts").XyOptionValue, event: Event) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: import("../index.ts").XyOptionValue) => any) | undefined; }>, { blur: () => void | undefined; focus: (options?: FocusOptions) => void | undefined; input: import("vue").Ref; readonly nativeElement: HTMLInputElement | undefined; }, {}, {}, {}, { indeterminate: boolean; defaultChecked: boolean; falseValue: import("../index.ts").XyOptionValue; trueValue: import("../index.ts").XyOptionValue; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase & Readonly<{ onBlur?: ((event: FocusEvent) => any) | undefined; onChange?: ((checked: boolean, value: import("../index.ts").XyOptionValue, event: Event) => any) | undefined; onFocus?: ((event: FocusEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: import("../index.ts").XyOptionValue) => any) | undefined; }>, { blur: () => void | undefined; focus: (options?: FocusOptions) => void | undefined; input: import("vue").Ref; readonly nativeElement: HTMLInputElement | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { blur: (event: FocusEvent) => any; change: (checked: boolean, value: import("../index.ts").XyOptionValue, event: Event) => any; focus: (event: FocusEvent) => any; "update:modelValue": (value: import("../index.ts").XyOptionValue) => any; }, string, { indeterminate: boolean; defaultChecked: boolean; falseValue: import("../index.ts").XyOptionValue; trueValue: import("../index.ts").XyOptionValue; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { default?: (props: {}) => any; }; })>; export declare const XyCheckboxGroup: import("../shared/install").SFCWithInstall<{ new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins & Readonly<{ onChange?: ((value: import("../index.ts").XyOptionValue[]) => any) | undefined; "onUpdate:modelValue"?: ((value: import("../index.ts").XyOptionValue[]) => any) | undefined; }>, { allChecked: import("vue").ComputedRef; clear: () => void; indeterminate: import("vue").ComputedRef; selectAll: () => void; toggleAll: () => void; values: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (value: import("../index.ts").XyOptionValue[]) => any; "update:modelValue": (value: import("../index.ts").XyOptionValue[]) => any; }, import("vue").PublicProps, { direction: "horizontal" | "vertical"; options: import("./types").XyCheckboxOptionInput[]; defaultValue: import("../index.ts").XyOptionValue[]; }, false, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, { P: {}; B: {}; D: {}; C: {}; M: {}; Defaults: {}; }, Readonly & Readonly<{ onChange?: ((value: import("../index.ts").XyOptionValue[]) => any) | undefined; "onUpdate:modelValue"?: ((value: import("../index.ts").XyOptionValue[]) => any) | undefined; }>, { allChecked: import("vue").ComputedRef; clear: () => void; indeterminate: import("vue").ComputedRef; selectAll: () => void; toggleAll: () => void; values: import("vue").ComputedRef; }, {}, {}, {}, { direction: "horizontal" | "vertical"; options: import("./types").XyCheckboxOptionInput[]; defaultValue: import("../index.ts").XyOptionValue[]; }>; __isFragment?: never; __isTeleport?: never; __isSuspense?: never; } & import("vue").ComponentOptionsBase & Readonly<{ onChange?: ((value: import("../index.ts").XyOptionValue[]) => any) | undefined; "onUpdate:modelValue"?: ((value: import("../index.ts").XyOptionValue[]) => any) | undefined; }>, { allChecked: import("vue").ComputedRef; clear: () => void; indeterminate: import("vue").ComputedRef; selectAll: () => void; toggleAll: () => void; values: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (value: import("../index.ts").XyOptionValue[]) => any; "update:modelValue": (value: import("../index.ts").XyOptionValue[]) => any; }, string, { direction: "horizontal" | "vertical"; options: import("./types").XyCheckboxOptionInput[]; defaultValue: import("../index.ts").XyOptionValue[]; }, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & (new () => { $slots: { option?: (props: { checked: boolean; option: import("./types").XyCheckboxOption; }) => any; } & { default?: (props: {}) => any; }; })>; export default XyCheckbox;