import { CSSProperties } from 'react'; interface AnimatedStatusIconProps { type?: "success" | "error"; size?: number; color?: string; ringColor?: string; circleFill?: string; strokeWidth?: number; style?: CSSProperties; } export declare function AnimatedStatusIcon({ type, size, color, ringColor, circleFill, strokeWidth, style, }: AnimatedStatusIconProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=AnimatedStatusIcon.d.ts.map