import React from 'react';
export declare const AlertDialog: <T>(StyledAlertDialog: React.ComponentType<T>) => React.ForwardRefExoticComponent<import("./types").InterfaceAlertDialogProps & React.RefAttributes<unknown>>;
