import React from 'react'; import { LongPressButtonProps } from '../../types'; export declare const LongPressButton: ({ backgroundColor, behavior, borderRadius, fontSize, fullWidth, height, icon, iconPosition, longPressTime, onFinish, progressColor, style, text, textColor, width, }: LongPressButtonProps) => React.JSX.Element;