import styled from 'styled-components' export const foo = styled.input` color: red; `