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