export default shapePool; declare const shapePool: { newElement: () => any; release: (element: any) => void; };