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