import { DefineComponent, ExtractPropTypes, PropType, Component, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { AsTag } from '../../primitive'; import { CheckboxVariantProps } from './checkbox.theme'; export declare const Checkbox: DefineComponent; default: boolean; }; as: { type: PropType< AsTag | Component>; default: string; }; color: { type: PropType< CheckboxVariantProps["color"]>; default: string; }; size: { type: PropType< CheckboxVariantProps["size"]>; default: string; }; radius: { type: PropType< CheckboxVariantProps["radius"]>; default: string; }; isDisabled: { type: PropType; default: boolean; }; lineThrough: { type: PropType; default: boolean; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{ modelValue: { type: PropType; default: boolean; }; as: { type: PropType< AsTag | Component>; default: string; }; color: { type: PropType< CheckboxVariantProps["color"]>; default: string; }; size: { type: PropType< CheckboxVariantProps["size"]>; default: string; }; radius: { type: PropType< CheckboxVariantProps["radius"]>; default: string; }; isDisabled: { type: PropType; default: boolean; }; lineThrough: { type: PropType; default: boolean; }; }>> & Readonly<{}>, { color: "default" | "primary" | "secondary" | "success" | "warning" | "danger" | undefined; size: "sm" | "md" | "lg" | undefined; as: AsTag | Component; radius: "none" | "sm" | "md" | "lg" | "full" | undefined; isDisabled: boolean; modelValue: boolean; lineThrough: boolean; }, {}, {}, {}, string, ComponentProvideOptions, true, {}, any>;