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