import { UmbModalToken } from '../../modal/index.js'; export interface UmbIconPickerModalData { placeholder?: string; showEmptyOption?: boolean; hideColors?: boolean; } export interface UmbIconPickerModalValue { color: string | undefined; icon: string | undefined; } export declare const UMB_ICON_PICKER_MODAL: UmbModalToken;