<?php

namespace Drupal\Component\Render;

interface MarkupInterface extends \JsonSerializable, \Stringable  {
}
