export declare class TextWiresCharShapePart<T> {
    id?: string;
    shapes?: {
        compound?: T;
    };
}
