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