import { ShapeProps as CommonShapeProps } from "../../../common/shape/types"; export interface ShapeProps extends CommonShapeProps { }