import React from 'react'; interface FeedbackRatingsTableProps { allEntities?: boolean; ownerRef?: string; ratingValues: string[]; title?: string; } export declare const FeedbackRatingsTable: (props: FeedbackRatingsTableProps) => React.JSX.Element; export {};