import { FormOptions } from '../interfaces/index.js'; export declare function useI18n(labels?: FormOptions["i18n"]): { t: (key: string, defaultValue?: string) => any; };