import { IconProps } from '../../iconUtils'; export declare const DeployedCode: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type DeployedCodeProps = IconProps; export default DeployedCode;