export interface DepositBodyBaseProps { account: { guid: string; logo_alt_text: string; }; animation: { shouldRun?: boolean; }; headerString: string; isComplete?: boolean; isMini: boolean; leftLowerText: string; leftUpperText: string; rightLowerText: string; rightUpperText: string; }