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