<?php

namespace AmpProject;

/**
 * Interface with constants for AMP internals.
 *
 * @package ampproject/amp-toolbox
 */
interface Internal
{
    const SIZER           = 'i-amphtml-sizer';
    const SIZER_INTRINSIC = 'i-amphtml-sizer-intrinsic';
}
