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