import { ToReact } from './helpers.types'; import { ZShareButton } from '../share-button'; export type ZrShareButton_Props = ToReact<'ShareButton'>; type ZrShareButton_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrShareButton_Type; export { Namespace as ZrShareButton };