///
import React from 'react';
import { CheckboxProps } from './PropsType';
export default class Checkbox extends React.Component {
static CheckboxItem: any;
static AgreeItem: any;
static defaultProps: {
prefixCls: string;
wrapLabel: boolean;
};
render(): JSX.Element;
}