/** * @docsPrivate * * @description * * Componente responsável por exibir link nas colunas. */ export declare class PoTableColumnLinkComponent { action: Function; disabled: boolean; link: string; openNewTab: boolean; row: any; value: string; get type(): "action" | "externalLink" | "internalLink"; }