import React from 'react'; /** * @public */ export interface FeedbackResponseTableProps { entityRef: string; title?: string; } export declare const FeedbackResponseTable: (props: FeedbackResponseTableProps) => React.JSX.Element;