import React from "react"; declare const withTranslations:

(WrappedComponent: React.ComponentType

, translationIds: { [key: string]: string; }, restProps?: any) => (props: P) => React.JSX.Element; export default withTranslations; //# sourceMappingURL=withMultiTranslations.d.ts.map