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