import type { UmbWebhookDeliveryStatusCodeValue } from '../value-type/constants.js'; import { nothing } from '../../../../../external/lit/index.js'; import { UmbValueSummaryElementBase } from '../../../../core/value-summary/index.js'; export declare class UmbWebhookDeliveryStatusCodeValueSummaryElement extends UmbValueSummaryElementBase { #private; render(): import("lit-html").TemplateResult<1> | typeof nothing; static styles: import("lit").CSSResult; } export { UmbWebhookDeliveryStatusCodeValueSummaryElement as element }; declare global { interface HTMLElementTagNameMap { 'umb-webhook-delivery-status-code-value-summary': UmbWebhookDeliveryStatusCodeValueSummaryElement; } }