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