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