/**
* Link tag
*
* Syntax:
*   {% link text url [external] [title] %}
*/
declare function linkTag(args: string[]): string;
export = linkTag;
