import { DefaultTheme } from "styled-components"; declare const getColor: (color: string, theme: DefaultTheme) => string; export default getColor;