import React from 'react';
export declare const TapButton: React.FC<{
    label: string;
}>;
