/** * DevExpress Analytics (property-grid\widgets\fonteditor\editor.d.ts) * Version: 25.2.7 * Build date: May 5, 2026 * Copyright (c) 2012 - 2026 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import * as ko from 'knockout'; import { ISerializationInfo } from '../../../serializer/serializationInfo'; import { ObjectProperties, PropertyGridEditor } from '../../propertygrid'; export declare class FontEditor extends PropertyGridEditor { constructor(info: ISerializationInfo, level: any, parentDisabled?: ko.Computed, textToSearch?: any); createObjectProperties(): ObjectProperties; }