import { Maybe } from '../../../types';
export declare const hasPreviewElement: (mime: Maybe<string>) => boolean;
