import type { ICheckboxComponentType } from './types'; declare const Checkbox: ICheckboxComponentType; export { Checkbox }; export type { ICheckboxGroupProps, ICheckboxProps } from './types';