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