import React from 'react'; import styled from 'styled-components'; import IntlText from '../IntlText'; const ListTitle = styled(props => )` margin-bottom: 3px; `; export default ListTitle;