export interface BaseTransactionButtonProps { onClick?(): void; text?: string; disabled?: boolean; loading?: boolean; }