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