/** * @slot slot - The cells of this row. */ export declare class SwirlTableRow { el: HTMLElement; highlighted?: boolean; index?: number; componentDidLoad(): void; render(): any; }