import { ErrorIndicatorProps } from '../../types';
/**
* ErrorIndicator - Animated error indicator with X mark
*
* Displays an animated X mark that draws itself, perfect for showing
* failed operations, validation errors, or error states.
*
* @example
* ```tsx
* // Simple error indicator
*
*
* // With circle background and shake animation
*
*
* // Custom size and color
*
* ```
*/
export declare const ErrorIndicator: import('react').ForwardRefExoticComponent>;
//# sourceMappingURL=ErrorIndicator.d.ts.map