import { CalendarSelectOptionsProps } from '../../types';
export declare const CalendarSelectOptions: ({ options, prefix, initialValue, onClickOption }: CalendarSelectOptionsProps) => import("react/jsx-runtime").JSX.Element;
