import React from 'react'; import { __ } from '@wordpress/i18n'; interface Props { isSelectMode: boolean; } /** * Audience listing headers. */ const ListRowHeading = ( props: Props ) => (