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