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