import React from 'react';
declare const AlertDialogFooter: (StyledAlertDialogFooter: any) => React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
export default AlertDialogFooter;
