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