import type { SVGProps } from "react"; export interface TreesIconProps extends Omit, "width" | "height"> { className?: string; size?: number; color?: string; } export declare function TreesIcon({ className, size, color, ...props }: TreesIconProps): import("react").JSX.Element; //# sourceMappingURL=trees-icon.d.ts.map