import type { FileServiceConfig } from '../types'; interface FileViewerProps { fileId: string; config?: FileServiceConfig; className?: string; showPreview?: boolean; } export declare function FileViewer({ fileId, config, className, showPreview }: FileViewerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FileViewer.d.ts.map