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