///
import PropTypes from 'prop-types';
export declare const Sizes: {
DEFAULT: string;
SMALL: string;
};
export declare const CloseIcon: {
({ size, color }: {
size?: string;
color?: string;
}): JSX.Element;
category: string;
propTypes: {
color: PropTypes.Requireable;
size: PropTypes.Requireable;
};
Sizes: {
DEFAULT: string;
SMALL: string;
};
};