import React from 'react'; /** * @public */ export interface StarredRatingsTableProps { allEntities?: boolean; ownerRef?: string; title?: string; } export declare const StarredRatingsTable: (props: StarredRatingsTableProps) => React.JSX.Element;