import React from "react"; import { IconColor } from "../icons/iconColors"; interface SocialLinksIconProps { color?: IconColor; } export declare const SocialLinksIcon: React.FC; export {};