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