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