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