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