import type { IconProps } from '../types/index'; declare function SvgRotate(iconProps: IconProps): JSX.Element; declare namespace SvgRotate { var displayName: string; } export default SvgRotate;