/** * 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; }