import React from 'react'; interface Props { className?: string; color?: string; } export declare const CheckCircleSolidIcon: React.FC; export {};