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