declare const PhCalendarBlank: import("svelte").Component<{
    class?: string;
} & Record<string, any>, {}, "">;
type PhCalendarBlank = ReturnType<typeof PhCalendarBlank>;
export default PhCalendarBlank;
