import type { Components, JSX } from "../types/components"; interface RuxIconLocalPharmacy extends Components.RuxIconLocalPharmacy, HTMLElement {} export const RuxIconLocalPharmacy: { prototype: RuxIconLocalPharmacy; new (): RuxIconLocalPharmacy; };