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