import React from "react";
import { type DayPickerProps } from "./index.js";
export declare function DayPicker(props: DayPickerProps): React.JSX.Element;
