import './index.css'; export declare const VERSION: string; export { FilePreviewModal } from './FilePreviewModal'; export { FilePreviewEmbed } from './FilePreviewEmbed'; export { FilePreviewContent } from './FilePreviewContent'; export type { PreviewFile, PreviewFileLink, PreviewFileInput, FileType, ToolbarAction, PreviewState, CustomRenderer, CustomRendererContext, CustomRendererEventPayload, RequestHandler, RequestInitFactory, RequestOptions, Fetcher, ShouldFetchAsBlob, } from './types'; export { normalizeFile, normalizeFiles } from './utils/fileNormalizer'; export { SUPPORTED_FILE_TYPES } from '@eternalheart/file-preview-core'; export { configurePdfjs, pdfjs } from './utils/pdfConfig'; export type { PdfConfigOptions } from './utils/pdfConfig'; export { LocaleProvider, useTranslator, useLocale } from './i18n/LocaleContext'; export type { LocaleProviderProps, LocaleContextValue } from './i18n/LocaleContext'; export type { Locale, Messages, MessageKey, Translator, TranslateParams, CreateTranslatorOptions, Theme, } from '@eternalheart/file-preview-core'; //# sourceMappingURL=index.d.ts.map