/// import type { SingleBtnProps } from '../types/OperationCell'; declare const SingleBtn: (props: SingleBtnProps) => JSX.Element | null; export default SingleBtn;