import { FC, MutableRefObject } from 'react'; import { IAttachment } from '../../types'; interface Props { file: IAttachment; videoRef?: MutableRefObject; } export declare const PreviewBody: FC; export {};