/// <reference types="react" />
import type { FormTypeProps } from '../../providers';
export declare const SelectTokenButton: React.FC<FormTypeProps & {
    compact: boolean;
}>;
