import { ShapeDefinition, ShapesDefinition } from '../types'; export declare const builtInShapes: ShapesDefinition; export declare const getShapeDefinition: (shape: string, shapes: ShapesDefinition) => ShapeDefinition;