import * as React from "react";
interface Props {
    dataTest?: string;
    children: React.ReactNode;
}
export declare const StyledFormFeedback: import("styled-components").StyledComponent<(props: any) => JSX.Element, import("styled-components").DefaultTheme, {}, never>;
declare const FormFeedback: (props: Props) => JSX.Element;
export default FormFeedback;
