import type { FunctionalComponent } from 'vue'; import type { CheckboxProps } from './interface'; declare const Checkbox: FunctionalComponent; export default Checkbox;