import { AlertDialogProps } from './alert-dialog.types';
import { default as React } from 'react';

export declare function AlertDialog({ trigger, headerText, descriptionText, footer, }: AlertDialogProps): React.JSX.Element;
//# sourceMappingURL=alert-dialog.d.ts.map