export declare const formatSize: (size: string | number) => { value: number; unit: string; }; //# sourceMappingURL=utils.d.ts.map