import React from 'react'; import { CheckboxProps } from './PropsType'; declare const AgreeItem: (props: CheckboxProps) => React.JSX.Element; export default AgreeItem;