import { OnyxBasicDialogProps } from '../OnyxBasicDialog/types.js'; import { OnyxIconProps } from '../OnyxIcon/types.js'; export type OnyxAlertModalProps = Pick & { /** * Optional icon to show. */ icon?: Pick; };