import * as React from "react"; import { IconProps } from '../lib'; declare const FileCode: (props: IconProps) => React.JSX.Element; export default FileCode; //# sourceMappingURL=FileCode.d.ts.map