import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Sort: React.MemoExoticComponent>; declare type SortRef = PathIconRef; declare type SortProps = PathIconProps; export { Sort }; export type { SortRef, SortProps }; export default Sort;