import "styled-components";
import { PancakeTheme } from "./theme";
declare module "styled-components" {
/* eslint-disable @typescript-eslint/no-empty-interface */
export interface DefaultTheme extends PancakeTheme {}
}