import React from 'react'; export declare const TimelineTopRowFilter: { ({ filterList, filterCall, filterListGroup, off, clear }: { clear: any; filterCall: any; filterList: any; filterListGroup: any; off: any; }): React.JSX.Element; propTypes: { filterList: any; filterCall: any; filterListGroup: any; off: any; clear: any; }; }; //# sourceMappingURL=TimelineTopRowFilter.d.ts.map