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