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