import type { IconProps } from './icon.props'; export declare const Rotate90: ({ color, size, ref, ...rest }: IconProps) => JSX.Element; export default Rotate90;