import { FunctionComponent } from 'react';
interface FilePathProps {
    filePath: string;
}
/**
 * `FilePath` displays a path to a file.
 */
declare const FilePath: FunctionComponent<FilePathProps>;
export { FilePath };
