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