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