declare const pxToNumber: (pxText: any) => number; declare const formatDate: (date: any, fmt: any) => any; export { pxToNumber, formatDate };