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