import "styled-components"; declare module "styled-components" { export interface Theme { bgColor: string; bgGridColor: string; } }