import type { Components, JSX } from "../types/components"; interface MhCalendarMultiView extends Components.MhCalendarMultiView, HTMLElement {} export const MhCalendarMultiView: { prototype: MhCalendarMultiView; new (): MhCalendarMultiView; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;