export type Frame = { x: number; y: number; width: number; height: number; }; //# sourceMappingURL=Frame.d.ts.map