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