export interface Link { name?: string; url: string; tooltip?: string; renderVariables?: boolean; targetBlank?: boolean; } //# sourceMappingURL=link.d.ts.map