import type { PresetHOC } from '../types/PresetHOC'; export declare const withSetTimeRange: PresetHOC<{ canSetTimeRange?: boolean; interactionsFilterMetadata?: string[]; }>; //# sourceMappingURL=withSetTimeRange.d.ts.map