import { HintTextProps } from "./hint-text.component"; declare const StyledHintText: import("styled-components").StyledComponent<"div", any, HintTextProps, never>; export default StyledHintText;