interface Size {
    width: number;
    height: number;
}
export type { Size };
