import * as types from './types'; import * as sharedHooks from './hooks'; import * as Common from './components/common'; import * as UI from './components/ui'; declare const hooks: { useDropdown: typeof sharedHooks.useDropdown; }; export { Common as VeeqoCommon, hooks, types, UI as VeeqoUI, }; //# sourceMappingURL=index.d.ts.map