import { PortfolioTokenWithFiatValue } from '../../../../api/types'; export declare function getDefaultSendButtonLabel(cryptoAmount: string | null, selectedToken: PortfolioTokenWithFiatValue | null): "Insufficient balance" | "Select token" | "Input amount" | "Continue"; //# sourceMappingURL=getDefaultSendButtonLabel.d.ts.map