// import original module declarations import 'styled-components'; // and extend them! declare module 'styled-components' { export interface DefaultTheme { rheostat: { themeColor: string; grey: string; }; } }