import type { UmbIntegerPropertyEditorUiValue } from './types.js'; import type { UmbPropertyValuePreset } from '../../core/property/index.js'; import type { UmbPropertyEditorConfig } from '../../core/property-editor/index.js'; export declare class UmbIntegerPropertyValuePreset implements UmbPropertyValuePreset { processValue(value: undefined | UmbIntegerPropertyEditorUiValue, config: UmbPropertyEditorConfig): Promise; destroy(): void; } export { UmbIntegerPropertyValuePreset as api };