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