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