import React from "react"; import type { MultipleMonthsPickerProps } from "../utils/types.js"; declare const MultipleMonthsPicker: ({ value: valueProp, onChange, placeholder, disabled, size, variant, invalid, onOpenChange, className }: MultipleMonthsPickerProps) => React.JSX.Element; export { MultipleMonthsPicker };