/// declare const ShareIcon: ({ color, width, height }: { color?: string | undefined; width?: number | undefined; height?: number | undefined; }) => JSX.Element; export default ShareIcon;