///
import type { PasswordStrengthProps } from './PasswordStrength';
declare const _default: {
component: import("react").ForwardRefExoticComponent<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
} & {
password: string;
minLength?: number | undefined;
unsafeList: string[];
onChangeStrength?: ((strength: import("../../utils").PasswordStrength) => void) | undefined;
} & Omit & import("react").RefAttributes> & {
Indicator: import("react").ForwardRefExoticComponent<{
[index: `data-${string}`]: unknown;
as?: any;
css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined;
className?: string | undefined;
children?: import("react").ReactNode;
} & import("./StrengthIndicator").StrengthIndicatorIndicatorProps & import("react").RefAttributes>;
};
title: string;
};
export default _default;
export declare const Usage: (args: PasswordStrengthProps) => import("react/jsx-runtime").JSX.Element;
export declare const Indicator: () => import("react/jsx-runtime").JSX.Element;