import { SbbDatepickerButton } from '../common/datepicker-button.ts'; /** * Combined with a `sbb-datepicker`, it can be used to move the date ahead. */ export declare class SbbDatepickerNextDayElement extends SbbDatepickerButton { static readonly elementName: string; protected iconName: string; protected i18nOffBoundaryDay: Record; protected i18nSelectOffBoundaryDay: (currentDate: string) => Record; protected getFollowingDate(date: T): T | null; private _isAfterMaxDate; } declare global { interface HTMLElementTagNameMap { 'sbb-datepicker-next-day': SbbDatepickerNextDayElement; } } //# sourceMappingURL=datepicker-next-day.component.d.ts.map