import { FC, SVGProps } from 'react'; declare const IconApple: FC & { fill?: string }>; export default IconApple;