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