import React from 'react'; /** * A wrapper of the app to add the mouse listener */ declare const AppUILayout: React.FC<{ children: React.ReactNode; clickListener: (() => void)[]; }>; export default AppUILayout; //# sourceMappingURL=AppUI.d.ts.map