import React from "react"; import type { DayPickerProps } from "./types/index.js"; /** * Render the date picker calendar. * * @group DayPicker * @see https://daypicker.dev */ export declare function DayPicker(props: DayPickerProps): React.JSX.Element;