import { Attributes } from '../../../openxml/Attributes'; import { X14CfRule } from './X14CfRule'; export type X14ConditionalFormatting = { 'x14:cfRule'?: X14CfRule[]; }; export declare const X14ConditionalFormatting_Attributes: Attributes;