export interface WindowRegistry {
    [key: string]: any;
}
declare const _default: WindowRegistry;
export default _default;
