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