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