/// interface Props { pathParts: string[]; jumpToDirectory: (fullPath: string) => void; backgroundColor: string; rootAlias?: string; } export declare function CafeReactFsPath({ pathParts, jumpToDirectory, backgroundColor, rootAlias }: Props): JSX.Element; export {};