export declare const Tag: any; export declare const formatAmount: (value: any, currencySymbol?: string) => string; export declare const getDisplayLines: (items: Array) => (string | null | undefined)[]; export declare const textStyles: { text: { fontSize: number; color: string; lineHeight: string; }; }; export declare const formatDateTime: (value?: string) => string; export declare const buildDateTime: (date?: string, time?: string) => string; export declare const normalizeList: (value: any) => any[]; export declare const parseJson: (value: any) => any; export declare const formatPhone: (value: any, countryCallingCode?: any) => string;