import { type EnhancedComponent } from '../../utils'; import _CheckboxInput from './checkbox-input.vue'; export declare const CheckboxInput: EnhancedComponent; export default CheckboxInput; export type { CheckboxInputProps, CheckboxInputEmits } from './common';