import { ZAlert_Props } from '@zurich/dev-utils/code/Alert'; export type Alert_StyleProps = { /** ## Alert [🔗](https://zds.zurich.com/molecules/alert) * */ 'z-alert'?: ZAlert_Props['config'] | true | ''; };