import { modals } from './modals'; import { modalsSelectors } from './selectors'; import { ModalsInterpreter } from './types'; export { modals, modalsSelectors }; export type { ModalsInterpreter };