import { ToReact } from './helpers.types'; import { ZSelectionTag } from '../selection-tag'; export type ZrSelectionTag_Props = ToReact<'SelectionTag'>; type ZrSelectionTag_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrSelectionTag_Type; export { Namespace as ZrSelectionTag };