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

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