import React from 'react'; import PropTypes from 'prop-types'; import Button from '@appserver/components/button'; import StyledFooter from './StyledFooter'; const Footer = (props) => { const { selectButtonLabel, isDisabled, onClick, isVisible, className, embeddedComponent, selectedLength, showCounter, theme, } = props; return (