export declare function isSvgPath(path: string | null): boolean; export declare function isRasterImagePath(path: string | null): boolean; export declare function getImageMimeFromPath(path: string): string; export declare function isProbablyBase64(input: string): boolean; export declare function buildImagePreviewSrc(path: string | null, content: string): string; export declare function isImagePath(path: string | null): boolean; export declare function ImagePreview({ path, content, className, }: { path: string | null; content: string; className?: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=image-preview.d.ts.map