import { TTestimonial } from "./DetailedTestimonialDesktopView"; export declare const getFontSize: (str: string) => string[]; export declare const getFontSizeMobile: (str: string) => string[]; export declare const getInnerImageSrc: (el: Element) => string; export declare const setInnerImageSrc: (el: Element, src: string) => string; export declare const resetDesktopTestimonialCount: () => void; export declare function animateMoreThanTwo(target: HTMLDivElement, testimonials: TTestimonial[], textTarget: HTMLParagraphElement): void; export declare function animateTwo(target: HTMLDivElement, testimonials: TTestimonial[], textTarget: HTMLParagraphElement): void; export declare const animateMobileTestimonials: (target: HTMLElement, textTarget: HTMLParagraphElement, testimonials: TTestimonial[], timer?: number) => void; export declare const clearAnimateMobileTestimonials: () => void; export declare const resetMobileTestimonialCount: () => void;