export type Modal_StyleProps = { /** ## Modal [🔗](https://zds.zurich.com/layouts/modal) * */ 'z-modal'?: true | ''; 'open'?: '' | boolean; };