'use client'; export { FilePathChip } from './FilePathChip'; export type { FilePathChipProps } from './FilePathChip'; export { findFilePaths, splitPath, truncatePathLabel, } from './detect'; export type { FilePathMatch, SplitPath, TruncateOptions, } from './detect';