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