import type { CodeSnippetType } from '../../types.js'; import { UmbModalToken } from '../../../core/modal/index.js'; export interface UmbTemplatingItemPickerModalData { hidePartialViews?: boolean; } export type UmbTemplatingItemPickerModalValue = { value: string; type: CodeSnippetType; }; export declare const UMB_TEMPLATING_ITEM_PICKER_MODAL: UmbModalToken;