import React from 'react'; import { Alert, AlertFormProps } from '../types'; export type AlertAcceptFormProps = AlertFormProps; export declare const AlertAcceptForm: React.ForwardRefExoticComponent>;