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