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