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

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