import React from 'react'; export type { OptionProps } from 'react-day-picker'; export declare const Option: (props: React.OptionHTMLAttributes) => React.JSX.Element;