/// <reference types="react" />
import type { SvgProps } from "react-native-svg";
declare const SvgComponent: ({ height, width, color }: SvgProps) => import("react").JSX.Element;
export default SvgComponent;
