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