/// interface Props { error?: string; help?: string; touched?: boolean; } export declare const FormText: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, Props>>; export {};