import { CSSResultGroup } from 'lit'; import { SbbDatepickerButton } from '../common.js'; import { findNextAvailableDate, SbbInputUpdateEvent } from '../datepicker.js'; /** * Combined with a `sbb-datepicker`, it can be used to move the date ahead. */ export declare class SbbDatepickerNextDayElement extends SbbDatepickerButton { static styles: CSSResultGroup; protected iconName: string; protected i18nOffBoundaryDay: Record; protected i18nSelectOffBoundaryDay: (currentDate: string) => Record; protected findAvailableDate: typeof findNextAvailableDate; protected onInputUpdated(event: CustomEvent): void; } declare global { interface HTMLElementTagNameMap { 'sbb-datepicker-next-day': SbbDatepickerNextDayElement; } } //# sourceMappingURL=datepicker-next-day.d.ts.map