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