import { EventEmitter } from '@angular/core';
/**
* WickeyAppStore Interface
*
* This is REQUIRED and is the hook into WickeyAppStore reviews, purchases, sso, and other functionality.
*
* WickeyAppStore on NPM: https://www.npmjs.com/package/wickeyappstore
*
* SIMPLY ADD to HTML in your main app page
* ```js
*
* ```
* With event listeners
* ```js
*
* ```
*/
export declare class WickeyAppStoreComponent {
/** Event emitted when the associated menu is opened.*/
open: EventEmitter;
/**@ignore*/
constructor();
/**@ignore*/
openEvent(): void;
}
//# sourceMappingURL=wickeyappstore.component.d.ts.map