import { DefaultTheme } from "styled-components"; declare const getThemeValue: (theme: DefaultTheme, path: string, fallback?: string | number) => string; export default getThemeValue;