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