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