import { ReactPortal } from 'react'; declare function DatePopover({ controlRef, popoverId }: { controlRef: React.RefObject; popoverId?: string; }): ReactPortal; export default DatePopover;