import { type Formatter } from './../interfaces/index.js'; /** Formatter that must be use with a Tree Data column */ export declare const treeExportFormatter: Formatter; //# sourceMappingURL=treeExportFormatter.d.ts.map