/// import PropTypes from 'prop-types'; export declare const Types: { readonly DEFAULT: "default"; readonly REVERT: "revert"; }; export declare const MaximizeIcon: { ({ color, type }: { color?: string; type?: "default" | "revert"; }): JSX.Element; category: string; propTypes: { type: PropTypes.Requireable; color: PropTypes.Requireable; }; Types: { readonly DEFAULT: "default"; readonly REVERT: "revert"; }; };