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