import type { FormTypeProps } from '../../stores/form/types.js';
export declare const SelectTokenButton: React.FC<FormTypeProps & {
    compact: boolean;
    hiddenReverse?: boolean;
}>;
