import { Document } from '../Document'; import { Property } from '../Property'; import { Skew } from './Skew'; export declare class SkewX extends Skew { type: string; constructor(document: Document, skew: string, transformOrigin: readonly [Property, Property]); } //# sourceMappingURL=SkewX.d.ts.map