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