import React from 'react';
interface MeexrBadgeProps {
    siteUrl?: string;
}
declare const MeexrBadge: React.FC<MeexrBadgeProps>;
export default MeexrBadge;
//# sourceMappingURL=MeexrBadge.d.ts.map