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