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