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