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