export type AlertDialogProps = {
    id?: string;
    trigger: React.ReactNode;
    headerText: string;
    descriptionText: string;
    footer?: React.ReactNode;
};
//# sourceMappingURL=alert-dialog.types.d.ts.map