import { Button, ButtonProps } from "@chakra-ui/react"; function PrettyButton(props: ButtonProps) { return ( ); } export { PrettyButton };