import { CdkTable } from '@angular/cdk/table'; /** * Wrapper for the CdkTable with Suka design styles. */ export declare class SukaTable extends CdkTable { baseClass: boolean; /** * Set to `true` to make the table full width. */ fullWidth: boolean; /** * Set to `true` to apply hover styles to the table rows. */ hover: boolean; /** Overrides the sticky CSS class set by the `CdkTable`. */ protected stickyCssClass: string; }