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