/** * Model: StyleType * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * The type of style */ export type StyleType = 'FILL' | 'TEXT' | 'EFFECT' | 'GRID'; //# sourceMappingURL=style-type.d.ts.map