import { Calendar as CalendarPrimitive } from "bits-ui";
declare const CalendarNextButton: import("svelte").Component<CalendarPrimitive.PrevButtonProps, {}, "ref">;
type CalendarNextButton = ReturnType<typeof CalendarNextButton>;
export default CalendarNextButton;
