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