import { SuccessCheckmarkProps } from '../../types';
/**
* SuccessCheckmark - Animated checkmark for successful operations
*
* Displays an animated checkmark that draws itself, perfect for showing
* successful completion of actions like form submissions, file uploads, etc.
*
* @example
* ```tsx
* // Simple checkmark
*
*
* // With circle background
*
*
* // Custom size and color
*
* ```
*/
export declare const SuccessCheckmark: import('react').ForwardRefExoticComponent>;
//# sourceMappingURL=SuccessCheckmark.d.ts.map