import { IconProps } from '../../iconUtils'; export declare const ResizeWindow: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type ResizeWindowProps = IconProps; export default ResizeWindow;