import { TextBrick } from './pdf_text'; export declare class LinkBrick extends TextBrick { protected link: string; private static readonly SCALE_FACTOR_MAGIC; static readonly COLOR: string; constructor(textFlat: TextBrick, link: string); renderInteractive(): Promise; renderReadOnly(): Promise; }