import { SVGProps } from "react";
declare const SvgApple: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export default SvgApple;
