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