1 | import type { PathArray, PathBBoxTotalLength, PathLengthFactoryOptions } from '../types';
|
2 | /**
|
3 | * Returns the bounding box of a shape.
|
4 | */
|
5 | export declare function getPathBBoxTotalLength(path: PathArray, options?: Partial<PathLengthFactoryOptions>): PathBBoxTotalLength;
|