import type { FC } from 'react';
import type { IntlShape } from 'react-intl-next';
import type { MediaPluginState } from '../pm-plugins/types';
interface FilePreviewProps {
    mediaPluginState: MediaPluginState;
    intl: IntlShape;
}
export declare const FilePreviewItem: FC<FilePreviewProps>;
export {};
