import React, { ReactNode } from 'react'; export declare const sortChildren: (children: ReactNode | undefined, folderComponentType: React.ElementType) => ReactNode; export declare const makeLeafPath: (name: string, parentPath?: string) => string; export declare const stopPropagation: (event: React.MouseEvent) => void;