import { ToReact } from './helpers.types'; import { ZShareBar } from '../share-bar'; export type ZrShareBar_Props = ToReact<'ShareBar'>; type ZrShareBar_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrShareBar_Type; export { Namespace as ZrShareBar };