export interface RenderTextShapeOptions {
    /**
     * 只渲染文本, 不记录 textShape 信息
     */
    shallowRender: boolean;
}
