import type { Components, JSX } from "../dist/types/components";

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