import type React from 'react'; export interface LifestyleProps { readonly dataset?: DOMStringMap; publicId: string; onFollow?: (e: any) => void; } export declare const Lifestyle: React.ComponentType;