export declare const getSvgDimensions: (svg: string) => { width: number; height: number; viewBox: string; }; //# sourceMappingURL=svg.d.ts.map