import type { FormItemProps } from '../FormItem';
export default function useChildren(children?: FormItemProps['children']): FormItemProps['children'];
