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