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