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