import { CalendarSelectProps } from '../../types';
export declare const CalendarSelect: ({ prefix, initialValue, onSelectOption, options, expandIconVisibility, className, }: CalendarSelectProps) => import("react/jsx-runtime").JSX.Element;
