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