import React from 'react'; import { TestStatus } from "../../../constants"; import { ImageFile } from "../../../types"; export declare const getIconByStatus: (status: TestStatus) => React.JSX.Element; export declare const getImageDisplayedSize: (image: ImageFile) => string; export declare const stringify: (value: unknown) => string; export declare const makeLinksClickable: (text: string) => React.JSX.Element;