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