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