import type { CharacterFormSchema } from '@config/schema';
import type { FieldErrors } from 'react-hook-form';
export declare const useScrollToError: (fieldName: keyof CharacterFormSchema, errors: FieldErrors) => (node: HTMLElement | null) => void;
