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