/**
* UiKit Notifications plugin.
*
* This plugin watch the alerts store and displays notifications using UIkit.
* It shows the last alert in the top-right corner of the screen by default.
*/
declare const _default: {
install: () => void;
};
exportdefault _default;