import styled, { css } from 'styled-components'; import { ISpacer } from './Spacer.interface'; export const StyledSpacer = styled.div` `;