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