import { SbbDatepickerPreviousDayElement } from '@sbb-esta/lyne-elements/datepicker.js'; declare class SbbDatepickerPreviousDayComponentType extends SbbDatepickerPreviousDayElement { set input(value: string | SbbDatepickerPreviousDayElement['input']); get input(): string | SbbDatepickerPreviousDayElement['input']; set form(value: string | SbbDatepickerPreviousDayElement['form']); get form(): string | SbbDatepickerPreviousDayElement['form']; } export declare const SbbDatepickerPreviousDay: import('../../core.js').ReactWebComponent; export {}; //# sourceMappingURL=datepicker-previous-day.component.d.ts.map