import { ZShareButton_Props } from '@zurich/dev-utils/code/ShareButton'; export type ShareButton_StyleProps = { /** ## Share button [🔗](https://zds.zurich.com/molecules/sharebutton) * */ 'z-share-button'?: ZShareButton_Props['config'] | true | ''; };