import { I18nOptions } from '../../core/i18n'; export type { Annotation, AnnotationId, OutputLevel, ThemeMode, Settings, PartialTranslationStrings, I18nOptions, BeforeAnnotationCreateHook, BeforeAnnotationCreateData, BeforeAnnotationCreateResult } from '../../core/types'; export { AnnotationElement } from '../../element/annotation-element'; export { initI18n } from '../../core/i18n'; /** * Initialize agent-ui-annotation for Angular * Call this in your app's initialization * @param i18nOptions Optional i18n configuration (locale, translations, translateOutput) */ export declare function initAgentUIAnnotation(i18nOptions?: I18nOptions): void; //# sourceMappingURL=annotation.module.d.ts.map