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