import type { IControl } from '../i-control'; export interface IShapeInfo extends IControl { }