<?php
declare(strict_types=1);
namespace Builder\View\Layout;
interface Buildable
{
public function build();
}