import { EntityData } from '../entity-data'; import { ScaleSchema, ScaleSchemaDecoration } from '@gedit/utils'; export { ScaleSchema, ScaleSchemaDecoration }; export declare class ScaleData extends EntityData implements ScaleSchema { static type: string; getDefaultData(): ScaleSchema; get x(): number; get y(): number; set x(x: number); set y(y: number); } //# sourceMappingURL=scale-schema.d.ts.map