import React from 'react'; import { FormApi } from 'final-form'; export interface FirstPaymentInfoProps { formApi: FormApi; texts: { helperText: string; label: string; }; } export declare const FirstPaymentInfo: React.ComponentType; } & FirstPaymentInfoProps>, "children" | "formApi" | "texts"> & import("@material-ui/core").StyledComponentProps>;