import CheckboxProps from './CheckboxPropsType'; interface AgreeItemPropsType extends CheckboxProps { children?: any; checkboxStyle?: any; } export default AgreeItemPropsType;