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