import baseStyled, { ThemedStyledInterface } from "styled-components"; import { ThemeProperties } from "./theme"; const styled = baseStyled as ThemedStyledInterface; export default styled;