import BottomButton from './bottom-button';
import { BottomButtonProps } from './types';
import './styles/index.scss';
export { BottomButtonProps };
export default BottomButton;
