import { FC } from "react"; export declare const LocalFilename: FC<{ filename: string; relative?: boolean; }>;