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