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