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