import { IDescription } from '../types'; /** * Set the Description of a template * @param {*} content */ export declare function Description(content: string): IDescription;