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