declare module '@uiw/react-json-view/githubDark' {
  import type * as CSS from 'csstype';
  export const githubDarkTheme: CSS.Properties<string | number>;
}
