/// <reference types="react" />
import { SvgProps } from "react-native-svg";
declare function SvgPlug(props: SvgProps): JSX.Element;
export default SvgPlug;
