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