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