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