function Button({text, onClick}: {text: string; onClick: () => void;}){ return } export default Button;