/// import { CheckboxProps } from 'antd'; export declare const Checkbox: { (props: CheckboxProps): import("react/jsx-runtime").JSX.Element; Group: (props: import("antd/es/checkbox").CheckboxGroupProps & import("react").RefAttributes) => import("react").ReactElement>; }; export type { CheckboxProps };