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