import * as react_jsx_runtime from 'react/jsx-runtime'; import { C as ContactAlertDialogProps, f as ContactAlertQueryBuilderProps } from '../../../config-D6f6KlFW.js'; export { A as ALERT_QUERY_FIELDS, a as AlertQueryCombinator, b as AlertQueryField, c as AlertQueryFieldType, d as AlertQueryOperator, e as AlertSharingType, g as ContactAlertSeverity, h as createAlertTree } from '../../../config-D6f6KlFW.js'; import '@react-awesome-query-builder/ui'; declare function ContactAlertQueryBuilder({ value, onChange, fields, className, }: ContactAlertQueryBuilderProps): react_jsx_runtime.JSX.Element; declare function ContactAlertDialog({ open, onOpenChange, mode, initialName, initialSeverity, initialQuery, isCompanyAdmin, initialShareAcrossCompany, onSave, onError, isLoading, className, }: ContactAlertDialogProps): react_jsx_runtime.JSX.Element; export { ContactAlertDialog, ContactAlertDialogProps, ContactAlertQueryBuilder, ContactAlertQueryBuilderProps };