import type { IconProps } from "./types"; export declare const MaximizeIcon: (props: IconProps) => JSX.Element;