export default usePath;
declare function usePath(itemsLabel?: string): {
    path: {
        id: string;
        title: string;
    }[];
    setPath: (id: any, title: any, parentId: any) => void;
    pathOnclick: (idx: any) => void;
    resetPath: () => void;
};
//# sourceMappingURL=usePath.d.ts.map