import { Group } from "three"; /** * 标注实体 * @export * @class Dimension * @extends {Group} */ export declare class Dimension extends Group { constructor(length: number, textHeight?: number, mirror?: boolean, mirrorFoot?: boolean); }