/// import type { RatingStarsProps as PicassoRatingStarsProps, RatingThumbsProps as PicassoRatingThumbsProps } from '@toptal/picasso-rating'; import type { FieldProps } from '../Field'; import type { Props as FieldLabelProps } from '../FieldLabel'; export declare type RatingStarsProps = PicassoRatingStarsProps & FieldProps & FieldLabelProps; export declare type RatingThumbsProps = PicassoRatingThumbsProps & FieldProps & { requirePositive?: boolean; }; export declare const Rating: { readonly Stars: (props: RatingStarsProps) => JSX.Element; readonly Thumbs: (props: RatingThumbsProps) => JSX.Element; }; export default Rating; //# sourceMappingURL=Rating.d.ts.map