export declare const getFalconColorsClass: (type: string) => string; export declare const getElementMaximumHeight: (idPrefix: string, totalCards: number) => void; export declare const getFalconBackgroundColorClass: (type: string) => string; export declare const getFalconGradientClass: (type: string) => string; export declare const countZero: (value: any) => any; export declare const setLocalStoreWithExpiry: (key: string, value: any, ttl?: any) => void; export declare const getLocalStorageWithExpiry: (key: string) => any; export declare const removeLocalStorage: (key: string) => void; export declare const viewport: () => string; export declare const getCookies: (cname: string) => any; export declare const isTouchScreen: () => boolean; export declare const returnPriceByType: (priceList: any, type: string) => any; export declare const replacePlaceholder: (source: string, params: any) => string; export declare const isModemPresent: () => boolean; export declare const iconHandler: (type: string) => string; export declare const checkLinkWithLang: (url: string) => string | undefined; export declare const getSBAssetUrl: (wafIdentifier: any, image?: string) => string; export declare const getCompressedImage: (wafIdentifier: any, imageUrl: string) => string; export declare const getNoteValues: (hardwareProducts: any, key: string) => undefined; /**US 349849 - MIA migration * price model * @param value string | number * @returns * 2.0 -> 2.00 * 2.1 -> 2.10 * 2.15 -> 2.15 * 0.0 -> 0.00 * 0.5 -> 0.50 */ export declare const countZeros: (value: any) => any; export declare const viewportMultiItem: () => string;