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