import { Attributes } from '../../../openxml/Attributes'; import { ST_CfvoType } from './ST_CfvoType'; export interface CT_Cfvo { type?: ST_CfvoType; val?: string; gte?: boolean; } export declare const CT_Cfvo_Attributes: Attributes;