import { Box2 } from 'vecks'; import type { Transform, TransformResult } from '../types'; /** * Transform the bounding box and the SVG element by the given * transforms. The element are created in reverse transform * order and the bounding box in the given order. */ export default function transformBoundingBoxAndElement(bbox: Box2, element: string, transforms: Transform[]): TransformResult; //# sourceMappingURL=transformBoundingBoxAndElement.d.ts.map