/// <reference types="react" />
declare const Leaf: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default Leaf;
