import { ScanEyeIcon } from 'lucide-react'; import { Button, type ButtonProps } from '../ui/button'; type Props = Omit; const OverviewDetailsButton = (props: Props) => { return ( ); }; export default OverviewDetailsButton;