import React from 'react'; import { ExpandIconProps } from 'antd/lib/table'; declare function CustomExpandIcon(props: ExpandIconProps, isTree?: boolean): React.JSX.Element; export default CustomExpandIcon;