import React from 'react'; interface LessIconProps extends React.SVGProps { size?: number | string; } export declare const LessIcon: React.FC; export default LessIcon;