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