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