import { default as React } from 'react';
import { IconStyles } from './types';
interface ExpandLessProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const ExpandLess: React.FC<ExpandLessProps>;
export default ExpandLess;
//# sourceMappingURL=ExpandLess.d.ts.map