interface Size { width: number; height: number; } export declare const svgSize: (svgStr: string) => Size; export {};