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