import { IntlShape } from "@formatjs/intl"; export declare function formatRelativeTimestamp(intl: IntlShape, timestamp: number): string; export declare function formatMessage(message: string, locale: string, variables: Record): any; export declare function getCleanErrorMessage(error: any): string; export declare function setFormData(formData: any, inputs: any): void; export declare function asNumber(value: string): number | string; export declare const cutHex: (hex: any) => any; export declare const cutRgb: (rgb: any) => any; export declare const hexToRgb: (hex: any) => string; export declare const isHex: (string: any) => boolean; export declare const isRgb: (string: any) => any; export declare const shadeColor: (color: any, percent: any) => string; export declare const hasClass: (el: any, className: any) => any; export declare const addClass: (el: any, className: any) => void; export declare const removeClass: (el: any, className: any) => void; export declare const detectMobileSafari: () => boolean; export declare const detectMobileChrome: () => RegExpMatchArray; export declare const uuid: (a?: any) => string;