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