import { ReactIconComponentType } from '../types';

declare const SortByAlpha: ReactIconComponentType;
export default SortByAlpha;
            