import "./index.less"; declare const FormItem: ({ FormItemProps, children, ...data }: any) => JSX.Element; export default FormItem;