function Heading1(props) {
  const { children, muted, textAlign } = props
  const ThemedElement = glamorous.h1({}, ({ theme }) => {
    return getThemeForComponent('Heading1', theme, props, (t) => {
      return {