import * as React from 'react'; import ExpandIcon from './ExpandIcon'; interface Props { } const EmptyExpandLink: React.FC = _props => { return ; }; export default EmptyExpandLink;