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