/// import { IconProps } from '../../types'; declare const Minimize: (allProps: IconProps) => JSX.Element; export default Minimize;