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