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