import { KlesTableComponent } from '../../component/table/table.component'; export interface KlesTableBaseService { table: KlesTableComponent; }