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