import type { PropType } from 'vue'; import type { ExtractPublicPropTypes, MaybeArray } from '../../_utils'; import type { CheckboxInst, OnUpdateChecked } from './interface'; import type { CheckboxSize } from './public-types'; export declare const checkboxProps: { size: PropType; checked: { type: PropType; default: undefined; }; defaultChecked: { type: PropType; default: boolean; }; value: PropType; disabled: { type: PropType; default: undefined; }; indeterminate: BooleanConstructor; label: StringConstructor; focusable: { type: BooleanConstructor; default: boolean; }; checkedValue: { type: (StringConstructor | NumberConstructor | BooleanConstructor)[]; default: boolean; }; uncheckedValue: { type: (StringConstructor | NumberConstructor | BooleanConstructor)[]; default: boolean; }; 'onUpdate:checked': PropType>; onUpdateChecked: PropType>; privateInsideTable: BooleanConstructor; onChange: PropType>; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }; export type CheckboxProps = ExtractPublicPropTypes; declare const _default: import("vue").DefineComponent; checked: { type: PropType; default: undefined; }; defaultChecked: { type: PropType; default: boolean; }; value: PropType; disabled: { type: PropType; default: undefined; }; indeterminate: BooleanConstructor; label: StringConstructor; focusable: { type: BooleanConstructor; default: boolean; }; checkedValue: { type: (StringConstructor | NumberConstructor | BooleanConstructor)[]; default: boolean; }; uncheckedValue: { type: (StringConstructor | NumberConstructor | BooleanConstructor)[]; default: boolean; }; 'onUpdate:checked': PropType>; onUpdateChecked: PropType>; privateInsideTable: BooleanConstructor; onChange: PropType>; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>, import("../../_mixins/use-form-item").UseFormItem<"small" | "medium" | "large"> & CheckboxInst & { rtlEnabled: import("vue").Ref | undefined; selfRef: import("vue").Ref; mergedClsPrefix: import("vue").Ref; mergedDisabled: import("vue").ComputedRef; renderedChecked: import("vue").ComputedRef; mergedTheme: import("vue").ComputedRef<{ common: import("../..").ThemeCommonVars; self: { labelLineHeight: string; fontSizeSmall: string; fontSizeMedium: string; fontSizeLarge: string; borderRadius: string; color: string; colorChecked: string; colorDisabled: string; colorDisabledChecked: string; colorTableHeader: string; colorTableHeaderModal: string; colorTableHeaderPopover: string; checkMarkColor: string; checkMarkColorDisabled: string; checkMarkColorDisabledChecked: string; border: string; borderDisabled: string; borderDisabledChecked: string; borderChecked: string; borderFocus: string; boxShadowFocus: string; textColor: string; textColorDisabled: string; sizeSmall: string; sizeMedium: string; sizeLarge: string; labelPadding: string; labelFontWeight: string; }; peers: any; peerOverrides: { [x: string]: any; }; }>; labelId: string; handleClick: (e: MouseEvent) => void; handleKeyUp: (e: KeyboardEvent) => void; handleKeyDown: (e: KeyboardEvent) => void; cssVars: import("vue").ComputedRef<{ '--n-label-line-height': string; '--n-label-font-weight': string; '--n-size': string; '--n-bezier': string; '--n-border-radius': string; '--n-border': string; '--n-border-checked': string; '--n-border-focus': string; '--n-border-disabled': string; '--n-border-disabled-checked': string; '--n-box-shadow-focus': string; '--n-color': string; '--n-color-checked': string; '--n-color-table': string; '--n-color-table-modal': string; '--n-color-table-popover': string; '--n-color-disabled': string; '--n-color-disabled-checked': string; '--n-text-color': string; '--n-text-color-disabled': string; '--n-check-mark-color': string; '--n-check-mark-color-disabled': string; '--n-check-mark-color-disabled-checked': string; '--n-font-size': string; '--n-label-padding': string; }> | undefined; themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; checked: { type: PropType; default: undefined; }; defaultChecked: { type: PropType; default: boolean; }; value: PropType; disabled: { type: PropType; default: undefined; }; indeterminate: BooleanConstructor; label: StringConstructor; focusable: { type: BooleanConstructor; default: boolean; }; checkedValue: { type: (StringConstructor | NumberConstructor | BooleanConstructor)[]; default: boolean; }; uncheckedValue: { type: (StringConstructor | NumberConstructor | BooleanConstructor)[]; default: boolean; }; 'onUpdate:checked': PropType>; onUpdateChecked: PropType>; privateInsideTable: BooleanConstructor; onChange: PropType>; theme: PropType>; themeOverrides: PropType>>; builtinThemeOverrides: PropType>>; }>> & Readonly<{}>, { disabled: boolean | undefined; focusable: boolean; checked: string | number | boolean | undefined; defaultChecked: string | number | boolean; indeterminate: boolean; checkedValue: string | number | boolean; uncheckedValue: string | number | boolean; privateInsideTable: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;