import type { FormProps } from '../Form';
export default function useFormWarning({ name }: FormProps): void;
