import { DurationString } from '@perses-dev/spec'; import { ReactElement } from 'react'; import { TimeOption } from '../model'; interface RefreshIntervalPickerProps { timeOptions: TimeOption[]; value?: DurationString; onChange: (value: DurationString) => void; height?: string; } export declare function RefreshIntervalPicker(props: RefreshIntervalPickerProps): ReactElement; export {}; //# sourceMappingURL=RefreshIntervalPicker.d.ts.map