import React from "react"; /** * Render the button elements in the calendar. * * @private * @deprecated Use `PreviousMonthButton` or `@link NextMonthButton` instead. */ export declare function Button(props: JSX.IntrinsicElements["button"]): React.JSX.Element; export type ButtonProps = Parameters[0];