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