import styled from '../../'; export const Text = styled.p<{}>({ marginTop: 0, maxWidth: 540 });