import React from 'react'; interface Props { className?: string; } declare const SocialLinks: React.FC; export { SocialLinks };