import { AlertDialogProps } from './alert-dialog.types';

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