/** * DevExpress Dashboard (card-item-format-rule-base.d.ts) * Version: 23.2.5 * Build date: Mar 12, 2024 * Copyright (c) 2012 - 2024 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { ModelSerializer } from '@devexpress/analytics-core/analytics-utils'; import * as ko from 'knockout'; import { CardFormatRuleRowElement } from './card-format-rule-row-element'; import { DashboardItemFormatRule } from './dashboard-item-format-rule'; export declare abstract class CardItemFormatRuleBase extends DashboardItemFormatRule { applyToCard: ko.Observable; layoutItemApplyTo: ko.Computed; cardLayoutElement: CardFormatRuleRowElement; constructor(modelJson?: any, serializer?: ModelSerializer); }