import type { ComponentDefaultValues } from '@vuecs/core'; import type { SubmitButtonDefaults } from '@vuecs/forms'; /** * Build the `submitButton` defaults for @vuecs/forms's * `useSubmitButton()` composable, wired to authup's translator. Pass into * `app.use(vuecs, { defaults: { submitButton: ... } })` once at app * bootstrap so `useSubmitButton()` picks up locale-reactive labels * without per-call work. * * MUST be called within an injection context (component setup or a Nuxt * plugin's `setup()`) — `useTranslation` reads the live locale provider * via `inject()`. The translator must be installed first. */ export declare function buildSubmitButtonDefaults(): ComponentDefaultValues; //# sourceMappingURL=defaults.d.ts.map