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