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