import { ToReact } from './helpers.types'; import { ZScrollIndicator } from '../scroll-indicator'; export type ZrScrollIndicator_Props = ToReact<'ScrollIndicator'>; type ZrScrollIndicator_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrScrollIndicator_Type; export { Namespace as ZrScrollIndicator };