import { DocumentIoType } from "kryo/types/document"; import { Sint32 } from "semantic-types"; import { Sfixed16P16 } from "./fixed-point/sfixed16p16"; export interface Matrix { scaleX: Sfixed16P16; scaleY: Sfixed16P16; rotateSkew0: Sfixed16P16; rotateSkew1: Sfixed16P16; translateX: Sint32; translateY: Sint32; } export declare const $Matrix: DocumentIoType;