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