/// import { IconProps } from "../../../types"; export default function MinimizeIcon({ className, dataTestid, ...rest }: IconProps): JSX.Element;