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