import { Attributes } from '../../../openxml/Attributes'; export type X14Sparkline = { 'xm:f': string; 'xm:sqref': string; }; export declare const X14Sparkline_Attributes: Attributes;