import * as React from 'react';
export declare type AccountLevelBadgeProps = {
    userId: string;
};
export declare const accountLevelRegisteredLabel: string;
export declare const accountLevelCertifiedLabel: string;
export declare const accountLevelVerifiedLabel: string;
export declare const AccountLevelBadge: React.FunctionComponent<AccountLevelBadgeProps>;
