///
import PropTypes from 'prop-types';
export declare const Types: {
DEFAULT: string;
OFF: string;
};
export declare const FullscreenIcon: {
({ color, type }: {
color?: string;
type?: string;
}): JSX.Element;
category: string;
propTypes: {
type: PropTypes.Requireable;
color: PropTypes.Requireable;
};
Types: {
DEFAULT: string;
OFF: string;
};
};