import React from 'react'; export declare const manipulateLink: (imgLink: string) => string; export declare const image: (animation?: string | undefined, image?: string | undefined, type?: string | undefined, onError?: (() => void) | undefined) => React.ReactElement; export declare const getEllipsisTxt: (str: string, n?: number) => string; //# sourceMappingURL=utils.d.ts.map