export { MatchModal } from './MatchModal'; export type { MatchModalProps, MatchResult } from './MatchModal.types'; export { useMatchModalTranslation, MATCH_MODAL_TRANSLATIONS, MATCH_MODAL_TRANSLATIONS_ES, MATCH_MODAL_TRANSLATIONS_EN, } from './i18n'; export type { MatchModalT } from './i18n'; //# sourceMappingURL=index.d.ts.map