import { FC } from "react"; import { BaseInputElementProps } from "../../../../types"; import "./style.scss"; /** Props of `InternalHint` */ type HintProps = Pick, "validationState" | "hint">; /** Hint component for internal use (as form input elements hints) */ declare const InternalHint: FC; export default InternalHint; //# sourceMappingURL=index.d.ts.map