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