/// import PropTypes from 'prop-types'; export declare const DateFinishedIcon: { ({ color }: { color?: string; }): JSX.Element; category: string; propTypes: { color: PropTypes.Requireable; }; };