import React from 'react'; import { ImageSize } from "../../../../types"; export declare const getImageSizeCssVars: (size: ImageSize) => React.CSSProperties; export declare const getDisplayedDiffPercentValue: (diffRatio: number) => string; export declare const getDisplayedDiffPixelsCountValue: (diffPixels: number) => string;