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