/// import { FTLDayPickerProps } from "../../"; export declare const FTLDayPicker: ({ locale, months, weekdaysLong, weekdaysShort, firstDayOfWeek, showOutsideDays, className, popperPlacement, placeholder, label, required, value, isDisabled, isError, isInline, isFormattingValue, BoxProps, selectedDays, menuWidth, onDayClick, onClear, onClick, ...otherProps }: FTLDayPickerProps) => JSX.Element;