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