import '@emotion/react';

declare module '@emotion/react' {
  export interface Theme {
    primary: string
    secondary: string
    background: string
    border: string
    backgroundAlt: string
    borderAlt: string
    text: string
  }
}
