import { IconProps } from '../types'; import React from 'react'; declare const ResizeIcon: React.FC; export default ResizeIcon;