import { ToReact } from './helpers.types'; import { ZRating } from '../rating'; export type ZrRating_Props = ToReact<'Rating'>; type ZrRating_Type = React.ForwardRefExoticComponent & { ref?: React.ForwardedRef; }; /** ### `` * (_for ⚛ React_) * */ declare const Namespace: ZrRating_Type; export { Namespace as ZrRating };