/**
* Iframe tag
*
* Syntax:
*   {% iframe url [width] [height] %}
*/
declare function iframeTag(args: string[]): string;
export = iframeTag;
