import React from "react";
/**
 * Render the button elements in the calendar.
 *
 * @group Components
 * @see https://daypicker.dev/guides/custom-components
 */
export declare function Button(props: JSX.IntrinsicElements["button"]): React.JSX.Element;
export type ButtonProps = Parameters<typeof Button>[0];
