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