export function logoutOut(navigate: any): void; export function phoneEncryption(phone: any): any[]; export function idEncryption(id: any): any; export function jsonString(str: any): any; export function themeMessage(result: any, callback: any, content: any): void; export function replaceString(str: any): any; export function dateFormatter(str: any): string; export function truncateText(text: any): "-" | JSX.Element; export function isImageUrl(url: any): true | undefined; export function getPreviewIcon(url: any): any; export function formatImageUrl(str: any): any[]; export function transformDate(value: any, dataLabel: any): import("lodash").Dictionary; export function toFixed(num: any): string; export function extname(url: any): any;