import * as i0 from "@angular/core"; /** * A button link to be used as actions in rows of a table. */ export declare class TableRowActionComponent { linkTo: any[]; label: string; iconShape: string; disabled: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }