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