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

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