import React from "react"; interface SuccessIconProps { size?: number; checkColor?: string; shapeColor?: string; } export declare const SuccessIcon: React.FC; export {};