import { IProps } from '../../types'; import FormItemProps from './form-item-props'; import FormBaseProps from './form-base-props'; export { FormItemProps, FormBaseProps }; declare const props: IProps[]; export default props;