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