import { TreeProps } from "../types/tree-props";
import { RootState } from "./root-reducer";
export declare const initialState: (props?: TreeProps<any>) => RootState;
