import { ZSmilingZ_Props } from '@zurich/dev-utils/code/SmilingZ'; export type SmilingZ_StyleProps = { /** ## SmilingZ * * The parameter `z-smiling-z` defines smiling-z logo. Possible values are: `default` or `white`. * * --- * ### Examples: * - `default`: * ```html *
* ``` *  * * - `white`: * ```html * * ``` *  * * --- * ### References: * - #### [ Documentation](./atoms/smiling_z) */ 'z-smiling-z'?: ZSmilingZ_Props['config'] | true | ''; };