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