import React from 'react'; import { ContentProps } from '../../types'; import type * as ComponentWorkarounds from '../Workarounds'; interface RecommendedListProps extends ContentProps { } declare const RecommendedList: React.FC; export default RecommendedList;