import React from "react"; import styled from "styled-components"; export const H6 = styled.h6` /* unused */ margin-top: 0; color: var(--foreground); `;