import React from 'react';
import { type WithIntlProps, type WrappedComponentProps } from 'react-intl';
export interface Props {
    children: React.ReactChild;
}
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
    WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
};
export default _default_1;
