import { IconProps } from '../lib';
declare function Code(props: IconProps): JSX.Element;
export default Code;
