import React from 'react'; import { TappableProps } from '../../components/Tappable/Tappable'; export declare type CellButtonProps = TappableProps; export declare const CellButton: React.FC;