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<T extends DayPickerProps>(props: T): React.JSX.Element;
