import React from 'react'; import type { ProFieldLightProps } from '../index'; declare function FieldHOC(props: T & { children: React.ReactNode; isLight?: boolean; }): import("react/jsx-runtime").JSX.Element; export default FieldHOC;