export declare function format(first: string, middle: string, last: string): string; export declare function getImageByAttribute(url: string, attr: string): number | HTMLImageElement; export declare function getImagePath(url: string, path?: string): string; export declare function getMediaPathFromMime(media: any, path?: string): any; export declare function stringSplit(url: string, separator: string): string[]; export declare function scrollToElement(elementId: string, position?: ScrollLogicalPosition): void; export declare function scrollToElementOnInvalid(): void; export declare function getSocialMediaLink(type: string, text: string): string; export declare function copyToClipboard(element: any, text?: string): void; export declare function sortByDate(dates: any, key: string): any; export declare const isElementInViewport: (el: any) => boolean; export declare const isOverflown: ({ clientWidth, clientHeight, scrollWidth, scrollHeight }: { clientWidth: any; clientHeight: any; scrollWidth: any; scrollHeight: any; }) => boolean; export declare function getDateFormatted(format: any, date: any): any; export declare function getDayNumberSuffix(day: any): string; export declare function getAge(dateOfBirth: any): number; export declare const getAgeByDate: (dateString: any) => number; export declare const getCurrencyINR: (amount: any) => any; export declare function getCorrectNameForProduct(nameString: any): any;