/// <reference types="react" />
import type { Props } from "./types";
export declare const StyledFormFeedback: import("styled-components").StyledComponent<({ theme, type, ...props }: any) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
declare const FormFeedback: ({ error, help, dataTest }: Props) => JSX.Element | null;
export default FormFeedback;
