interface FormikErrorProps { fieldName: string; } export declare const FormikError: ({ fieldName }: FormikErrorProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FormikError.d.ts.map