import React from 'react'; declare type Props = { 'data-qa'?: string; title?: string; rows: (JSX.Element | string)[]; }; declare const CompactList: React.FC; export default CompactList;