import type { CalendarNextButtonProps } from "../types.js";
declare const CalendarNextButton: import("svelte").Component<CalendarNextButtonProps, {}, "ref">;
type CalendarNextButton = ReturnType<typeof CalendarNextButton>;
export default CalendarNextButton;