import styled from 'styled-components'; import LabelComponent from './components/LabelComponent'; import labelStyle from './style'; const Label = styled(LabelComponent)` ${labelStyle} `; export default Label;