/**
 *  The link element
 * @param label The text to display for the link
 * @param url The url to link to
 */
export declare function link(label: string, url: string | null): string;
