import React from 'react'; declare type TProps = { title: string; titleId?: string; isValid: boolean; withTransition?: boolean; children?: React.ReactNode; }; export declare const FormFieldWrapper: ({ title, titleId, isValid, children, withTransition, }: TProps) => import("@emotion/react/jsx-runtime").JSX.Element; export {};