/** @format */

export {};

declare global {
  interface Window {
    Formio: {
      Templates: {
        current: any;
        [key: string]: any;
      };
      [key: string]: any;
    };
  }
}
