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