export declare class PnLink { text: string; href: string; newTab?: boolean; render(): any; }