import { OnInit, OnChanges, SimpleChanges } from '@angular/core'; import { TableListConfig } from '../types'; export declare class AlDetailedTableListComponent implements OnInit, OnChanges { themeToggle: boolean; tableConfig: TableListConfig; config: TableListConfig; ngOnChanges(changes: SimpleChanges): void; ngOnInit(): void; toggleTheme(): void; }