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