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