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