declare const bounding_box_circles: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default bounding_box_circles;