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