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