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