import "styled-components"; import { IBulkEditTheme } from "./IBulkEditTheme"; declare module "styled-components" { export interface DefaultTheme extends IBulkEditTheme {} }