import { HelperTextProps } from './Input.types'; /** * Helper text component that shows different text based on input focus state */ declare function HelperText({ helper, focusedText }: HelperTextProps): import("react/jsx-runtime").JSX.Element; export default HelperText; //# sourceMappingURL=HelperText.d.ts.map