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