import { UmbModalToken } from '../../../core/modal/index.js'; export interface UmbTemplatingSectionPickerModalData { } export type UmbTemplatingSectionPickerModalValue = { value: string; }; export declare const UMB_TEMPLATING_SECTION_PICKER_MODAL: UmbModalToken;