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