import styled from 'styled-components';

import {{NAME_CSS}} from './{{NAME_CSS}}';

// Extend the below as needed
const {{NAME_STYLED}} = styled.{{ELEMENT}}`
  ${{{NAME_CSS}}};
`;

export default {{NAME_STYLED}};