import TimeRangeFilterFactory from '../time-range-filter';
import FieldPanelWithFieldSelectFactory from './filter-panel-with-field-select';
import { TimeRangeFilterPanelComponent } from './types';
declare function TimeRangeFilterPanelFactory(FieldPanelWithFieldSelect: ReturnType<typeof FieldPanelWithFieldSelectFactory>, TimeRangeFilter: ReturnType<typeof TimeRangeFilterFactory>): TimeRangeFilterPanelComponent;
declare namespace TimeRangeFilterPanelFactory {
    var deps: (typeof TimeRangeFilterFactory | typeof FieldPanelWithFieldSelectFactory)[];
}
export default TimeRangeFilterPanelFactory;
