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