import { RatingProps } from 'primereact/rating'; export interface RatingTogetherProps extends Omit { rtKey: string; } export default function RatingTogether({ rtKey, ...props }: RatingTogetherProps): import("react/jsx-runtime").JSX.Element;