import * as React from "react"; export interface ProfileStrengthIndicatorProps { score: number; label?: string; showIcon?: boolean; className?: string; } /** * ProfileStrengthIndicator component for profile quality display * * Used in iCaptur for: * - Profile completion indicators * - Profile strength badges * - LinkedIn-style profile quality * * @example * ```tsx * * * ``` */ export declare const ProfileStrengthIndicator: React.ForwardRefExoticComponent>; //# sourceMappingURL=profile-strength-indicator.d.ts.map