import { WarningIndicatorProps } from '../../types'; /** * WarningIndicator - Animated warning indicator with triangle and exclamation mark * * Displays an animated warning triangle with an exclamation mark, perfect for showing * warnings, alerts, or caution states. * * @example * ```tsx * // Simple warning indicator * * * // With shake animation * * * // Custom size, color and duration * * ``` */ export declare const WarningIndicator: import('react').ForwardRefExoticComponent>; //# sourceMappingURL=WarningIndicator.d.ts.map