export default function StyledButton(props: any) { return (
{props.children}
) }