import * as React from 'react'; export interface SortLightIconProps extends React.SVGProps { size?: number | string; } export declare const SortLightIcon: React.ForwardRefExoticComponent & React.RefAttributes>;