export declare function FileIcon({ lang }: {
    lang?: string;
}): import("react/jsx-runtime").JSX.Element;
