/// import type { GlobalSocial } from "../tina/__generated__/types"; export declare const SocialIcon: ({ item, className }: { item?: GlobalSocial | undefined; className: string; }) => import("react").JSX.Element | null;