/// import { type DateCalendarChevronBtnProps } from '../types'; export declare const DateCalendarNextButton: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export declare const DateCalendarNextButtonContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;