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