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