/// import { IconProps } from '../../types'; declare const CodeFile: (allProps: IconProps) => JSX.Element; export default CodeFile;