import { PropType } from '@opentiny/vue-common'; export type IconPosition = 'center' | 'top'; export declare const $constants: { FORM_ITEM: string; FORM_CHANGE: string; CHECKBOX: string; CHECKBOX_GROUP: string; }; export declare const checkboxProps: { _constants: { type: ObjectConstructor; default: () => { FORM_ITEM: string; FORM_CHANGE: string; CHECKBOX: string; CHECKBOX_GROUP: string; }; }; modelValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: undefined; }; label: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: string; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: StringConstructor; trueLabel: (StringConstructor | NumberConstructor)[]; falseLabel: (StringConstructor | NumberConstructor)[]; id: StringConstructor; controls: { type: StringConstructor; default: string; }; border: BooleanConstructor; size: StringConstructor; text: StringConstructor; customClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; events: { type: ObjectConstructor; default: () => {}; }; displayOnly: { type: BooleanConstructor; default: boolean; }; iconPosition: PropType; shape: { type: StringConstructor; default: string; }; tabindex: { type: StringConstructor; default: string; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }; declare const _default: import('../../../node_modules/@vue/runtime-core').DefineComponent<{ _constants: { type: ObjectConstructor; default: () => { FORM_ITEM: string; FORM_CHANGE: string; CHECKBOX: string; CHECKBOX_GROUP: string; }; }; modelValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: undefined; }; label: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: string; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: StringConstructor; trueLabel: (StringConstructor | NumberConstructor)[]; falseLabel: (StringConstructor | NumberConstructor)[]; id: StringConstructor; controls: { type: StringConstructor; default: string; }; border: BooleanConstructor; size: StringConstructor; text: StringConstructor; customClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; events: { type: ObjectConstructor; default: () => {}; }; displayOnly: { type: BooleanConstructor; default: boolean; }; iconPosition: PropType; shape: { type: StringConstructor; default: string; }; tabindex: { type: StringConstructor; default: string; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }, () => import('../../../node_modules/@vue/runtime-core').VNode, unknown, {}, {}, import('../../../node_modules/vue3').ComponentOptionsMixin, import('../../../node_modules/vue3').ComponentOptionsMixin, {}, string, import('../../../node_modules/vue3').PublicProps, Readonly { FORM_ITEM: string; FORM_CHANGE: string; CHECKBOX: string; CHECKBOX_GROUP: string; }; }; modelValue: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: undefined; }; label: { type: (StringConstructor | BooleanConstructor | NumberConstructor)[]; default: string; }; indeterminate: BooleanConstructor; disabled: BooleanConstructor; checked: BooleanConstructor; name: StringConstructor; trueLabel: (StringConstructor | NumberConstructor)[]; falseLabel: (StringConstructor | NumberConstructor)[]; id: StringConstructor; controls: { type: StringConstructor; default: string; }; border: BooleanConstructor; size: StringConstructor; text: StringConstructor; customClass: (ObjectConstructor | StringConstructor | ArrayConstructor)[]; validateEvent: { type: BooleanConstructor; default: boolean; }; events: { type: ObjectConstructor; default: () => {}; }; displayOnly: { type: BooleanConstructor; default: boolean; }; iconPosition: PropType; shape: { type: StringConstructor; default: string; }; tabindex: { type: StringConstructor; default: string; }; tiny_mode: StringConstructor; tiny_mode_root: BooleanConstructor; tiny_template: (ObjectConstructor | FunctionConstructor)[]; tiny_renderless: FunctionConstructor; tiny_theme: StringConstructor; tiny_mcp_config: ObjectConstructor; tiny_chart_theme: ObjectConstructor; }>>, { label: string | number | boolean; disabled: boolean; checked: boolean; indeterminate: boolean; tiny_mode_root: boolean; _constants: Record; shape: string; modelValue: string | number | boolean; tabindex: string; displayOnly: boolean; validateEvent: boolean; border: boolean; events: Record; controls: string; }, {}>; export default _default;