Layout: {
    actual: Point;
    children: (Layout | undefined)[];
    ref: Box;
}