import { type DatepickerCalendarType } from "@design-system-rte/core/components/datepicker"; import * as i0 from "@angular/core"; export declare class DatepickerMenuService { collectDatepickerMenuTabOrder(menuHost: HTMLElement, calendarType: DatepickerCalendarType): HTMLElement[]; getInitialFocusIndexForMenu(menuHost: HTMLElement, calendarType: DatepickerCalendarType, orderedFocusables: HTMLElement[]): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }