import React from 'react'; import { RootProps } from 'react-day-picker'; export type { RootProps } from 'react-day-picker'; export declare const Root: ({ rootRef, ...props }: RootProps) => React.JSX.Element;