type KFileViewerProps = { file: { name: string; contentUrl?: string; [key: string]: any; fileType: 'pdf' | 'image' | 'video' | null; }; hideDownload?: boolean; hideName?: boolean; }; export type { KFileViewerProps };