import { InjectedIntl } from 'react-intl'; import { VerificationService } from '../../lib/types/types'; interface PrivacyPolicyLinkProps { verificationService: VerificationService; includeCompanyName: boolean; intl?: InjectedIntl; } export declare const PrivacyPolicyLinkComponent: import('react').ComponentClass, any> & { WrappedComponent: import('react').ComponentType; }; export {};