interface CalendarLegendInternalProps { orientation?: 'horizontal' | 'vertical'; class?: string; } declare const CalendarLegend: import("svelte").Component; type CalendarLegend = ReturnType; export default CalendarLegend;