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