import { IPopupOptions, IPopupButton } from './entities'; export declare class PopupOptions implements IPopupOptions { width: string; popupClass: string; showTitle: boolean; showMessage: boolean; showCloseBtn: boolean; injectComponent: any; actionButtons: Array; animate: string; position: string; showOverlay: boolean; closeOnOverlay: boolean; callback: Function; constructor(); }