import { ShapeOptions } from './shape-options';
export type RectangleOptions = ShapeOptions;
