= {
[k in IntlPropName]: IntlShape;
};
export declare type WithIntlProps = Omit
& {
forwardedRef?: React.Ref;
};
export default function injectIntl = WrappedComponentProps>(WrappedComponent: React.ComponentType, options?: Opts): React.FC> & {
WrappedComponent: React.ComponentType;
};
export default function injectIntl = WrappedComponentProps, T extends React.ComponentType = any>(WrappedComponent: React.ComponentType
, options?: Opts): React.ForwardRefExoticComponent> & React.RefAttributes> & {
WrappedComponent: React.ComponentType;
};