/** * The wires of a single character in a text run: the outlines that bound its filled regions, * ready to be turned into faces or extruded. */ export declare class TextWiresCharShapePart { id?: string | undefined; shapes?: { compound?: T; }; }