import * as React from "react"; import { BaseDropdownActions, DropdownCalendarTypeProps } from "./index"; declare const CalendarDropdown: ({ disabled, title, name, setDropdownOpened, selectedValue, calendarTitle, dropdownOpened, onChange, }: DropdownCalendarTypeProps & BaseDropdownActions) => React.ReactElement; export default CalendarDropdown;