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