export declare type TreeItemData = {
    text: string;
    date: Date;
};
