export { AosHandler, type AosOptions, getInstance as getAosInstance, plugin as installAos } from './aos';
export { DialogHandler, type DialogOptions, installDialog, } from './dialog';
export { installToaster, ToasterHandler, type ToasterOptions, type ToasterPosition, type ToasterPositions, } from './toaster';
export { plugin as installWait, WaitHandler, instance as waitInstance } from './wait';
