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