import { InfoIndicatorProps } from '../../types';
/**
* InfoIndicator - Animated info indicator with circle and information mark
*
* Displays an animated info icon with a circle and "i" mark, perfect for showing
* information, hints, or notice states.
*
* @example
* ```tsx
* // Simple info indicator
*
*
* // With pulse glow effect
*
*
* // Custom size, color and duration
*
* ```
*/
export declare const InfoIndicator: import('react').ForwardRefExoticComponent>;
//# sourceMappingURL=InfoIndicator.d.ts.map