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