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