export interface VerificationBadgeProps { verified: boolean; className?: string; } declare function VerificationBadge({ verified, className }: VerificationBadgeProps): import("react/jsx-runtime").JSX.Element; export { VerificationBadge };