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