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