import React from 'react'; const SharedButton = ({ title }: { title: string }) => { return ( ); }; export default SharedButton;