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