import { FilteringConfig } from '../types/table-config.type'; export declare function getClearedFilters(filtering?: FilteringConfig): T | undefined;