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