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