import { forwardRef, SVGProps } from 'react'; export interface SortingProps extends Omit, 'css'> {} export const Sorting = forwardRef((props, ref) => ( )); Sorting.displayName = 'Sorting';