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