export type SocialPlatform = 'twitter' | 'github' | 'farcaster' | 'website'; export declare const PLATFORM_CONFIG: Record string; icon: React.ReactNode; ariaLabel: (value: string) => string; }>; export declare function SocialPlatformDetails({ platform, value, }: { platform: SocialPlatform; value: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=SocialPlatformDetails.d.ts.map