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