export interface ViewportSize { width: number | undefined; height: number | undefined; }