import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const NewLayersIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link NewLayersIcon} instead.
 */
export declare const NewLayers: typeof NewLayersIcon;
export default NewLayersIcon;
