/// import { IconProps } from '../../types'; declare const SortByAlphabet: (allProps: IconProps) => JSX.Element; export default SortByAlphabet;