/** * External dependencies */ import Modal from 'react-modal'; /** * Internal dependencies */ import { localStore, LOCAL_STORAGE_PREFIX } from './utils/localStore'; import { sessionStore, SESSION_STORAGE_PREFIX } from './utils/sessionStore'; import * as Icons from './icons'; declare const setAppElement: typeof Modal.setAppElement; export { Icons }; export { localStore, LOCAL_STORAGE_PREFIX }; export { sessionStore, SESSION_STORAGE_PREFIX }; export * from './components'; export * from './contexts'; export * from './images'; export * from './theme'; export * from './utils'; export { setAppElement }; //# sourceMappingURL=index.d.ts.map