import { Icon } from '../iconTypes'; declare const IconFileCode: (props: Icon) => JSX.Element; export default IconFileCode;