/// <reference types="react" />
export declare const ReverseTokensButton: React.FC<{
    vertical?: boolean;
}>;
