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