import * as react_jsx_runtime from 'react/jsx-runtime'; interface LoanApplicantInviteProps { /** Called when the user submits a valid email */ onInvite?: (email: string) => void; loading?: boolean; className?: string; } declare function LoanApplicantInvite({ onInvite, loading, className, }: LoanApplicantInviteProps): react_jsx_runtime.JSX.Element; export { LoanApplicantInvite, type LoanApplicantInviteProps };