import type { UmbElementScheduleModalData, UmbElementScheduleModalValue } from './element-schedule-modal.token.js'; import { UmbModalBaseElement } from '../../../../core/modal/index.js'; export declare class UmbElementScheduleModalElement extends UmbModalBaseElement { #private; private _options; private _hasNotSelectedMandatory?; private readonly _selection; private _isAllSelected; private _internalValues; private _submitButtonState?; constructor(); firstUpdated(): void; render(): import("lit-html").TemplateResult<1>; static readonly styles: import("lit").CSSResult[]; } export default UmbElementScheduleModalElement; declare global { interface HTMLElementTagNameMap { 'umb-element-schedule-modal': UmbElementScheduleModalElement; } }