import React from 'react'; import './index.less'; import type { CustomFunctionCodeProps } from './PropsType'; declare const CustomFunctionCode: React.FC; export default CustomFunctionCode;