import * as React from 'react'; import { IRatingProps } from './Rating.props'; export { IRatingProps } from './Rating.props'; /** * ## Importing * * ``` * import { Rating } from '@naturacosmeticos/natds-web'; * ``` */ export declare const Rating: React.ForwardRefExoticComponent & React.RefAttributes>; export default Rating;