import { IconProps } from '../Icon'; declare function SvgRotateLeft(props: IconProps): JSX.Element; export default SvgRotateLeft;