import React from 'react';
import type { CheckboxProps } from './type';
declare const Checkbox: React.ForwardRefExoticComponent<CheckboxProps & React.RefAttributes<unknown>>;
export { Checkbox };
export { default as CheckboxList } from './CheckboxList';