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