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