import { Type } from '@angular/core'; export declare const modalContentTypes: { [key: string]: any; }; export interface GnModalContentOptions { key: string; width?: string; height?: string; top?: string; } export declare function GnModalContent(options: string | GnModalContentOptions): (target: Type) => void;