import type { UmbContentPickerDynamicRoot, UmbContentPickerSourceType } from '../../types.js'; import { UmbLitElement } from '../../../../core/lit-element/index.js'; import '../../dynamic-root/components/input-content-picker-document-root.element.js'; declare const UmbInputContentPickerSourceElement_base: (new (...args: any[]) => import("@umbraco-ui/uui-base").UUIFormControlMixinElement) & typeof UmbLitElement; export declare class UmbInputContentPickerSourceElement extends UmbInputContentPickerSourceElement_base { #private; protected getFormElement(): undefined; set type(value: UmbContentPickerSourceType); get type(): UmbContentPickerSourceType; nodeId?: string; dynamicRoot?: UmbContentPickerDynamicRoot; private _options; connectedCallback(): void; render(): import("lit-html").TemplateResult<1>; static readonly styles: import("lit").CSSResult[]; } export default UmbInputContentPickerSourceElement; declare global { interface HTMLElementTagNameMap { 'umb-input-content-picker-source': UmbInputContentPickerSourceElement; } }