import React from 'react';
import { BaseProps } from './base';
declare const OrderByList: ({ height, fill, viewBox, predefinedClassName, ...restProps }: Partial<BaseProps>) => React.JSX.Element;
export default OrderByList;
