import { TimeOption } from '@grafana/data'; import { ComboboxOption } from '../Combobox/types'; export declare const getQuickOptions: () => TimeOption[]; export declare const getMonthOptions: () => Array>;