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

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