import type { ManifestPropertyActionDefaultKind, MetaPropertyActionDefaultKind } from '../../property-action.extension.js'; import type { UmbPropertyAction } from '../../property-action.interface.js'; import { UmbLitElement } from '../../../lit-element/index.js'; export declare class UmbPropertyActionElement = UmbPropertyAction> extends UmbLitElement { #private; private _href?; manifest?: ManifestPropertyActionDefaultKind; set api(api: ApiType | undefined); render(): import("lit-html").TemplateResult<1>; } export default UmbPropertyActionElement; declare global { interface HTMLElementTagNameMap { 'umb-property-action': UmbPropertyActionElement; } }