/** * WordPress dependencies */ import { __ } from '@wordpress/i18n'; import { Button, Dashicon, ExternalLink, HorizontalRule, PanelBody, PanelRow, } from '@wordpress/components'; export default () => ( { __( 'For setup instructions, troubleshooting, and FAQs,' + ' see our BeyondWords for WordPress guide.', 'speechkit' ) } { __( 'Setup guide', 'speechkit' ) } { __( 'Need help? Email our support team.', 'speechkit' ) } );