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