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