/// import { IconProps } from '../../types'; declare const Leaf: (allProps: IconProps) => JSX.Element; export default Leaf;