import { StrengthIndicatorProps } from "./types.js"; import React from "react"; //#region src/strength-indicator/strength-indicator.d.ts declare const StrengthIndicator: React.ForwardRefExoticComponent>; //#endregion export { StrengthIndicator }; //# sourceMappingURL=strength-indicator.d.ts.map