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