/** * Model: HasTextSublayerTrait * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ export interface HasTextSublayerTrait { /** Text contained within a text box. */ characters: string; } //# sourceMappingURL=has-text-sublayer-trait.d.ts.map