export { default as AiChat, type AppStatusManager } from './components/AiChat'; export type { SenderConfig } from './components/AiChat'; export type { AIChatLocale, AIChatMessages } from './i18n'; export { getMessages, messagesZh, messagesEn, messagesJa, AIChatI18nProvider, useAIChatI18n } from './i18n'; export { validateFileUpload, showValidationErrors } from './utils/fileUploadValidator'; export type { FileValidationResult, ValidateFileUploadOptions, ValidationMessageKey } from './utils/fileUploadValidator';