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