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