interface ActionButtonsProps { onPause?: () => void; onResume?: () => void; onCancel?: () => void; onRetry?: () => void; isPaused?: boolean; showRetry?: boolean; } export declare function ActionButtons({ onPause, onResume, onCancel, onRetry, isPaused, showRetry, }: ActionButtonsProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ActionButtons.d.ts.map