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