export {};
declare global {
  interface Window {
    [props: string]: any;
  }
  interface Document {
    [props: string]: any;
  }
}
