import { ElementType, HTMLHopeProps } from "../types"; export declare type FormHelperTextProps = HTMLHopeProps; export declare function FormHelperText(props: FormHelperTextProps): import("solid-js").JSX.Element; export declare namespace FormHelperText { var toString: () => string; } //# sourceMappingURL=form-helper-text.d.ts.map