import type { Geometry, Shapes } from '../..'; export declare const createGeometry: (type: Shapes, size?: number, rotation?: number) => Geometry;