/** * Pen Attributes * @internal */ export declare type TPenAttributes = { diameter?: number; color4f: number[], };