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