export default function SecondaryButton({ type = 'button', className = '', disabled, children, ...props }) { return ( ); }