import type { FormItemProps } from '../FormItem'; declare const useChildren: (children?: FormItemProps["children"]) => FormItemProps["children"]; export default useChildren;