import React from 'react'; /** * @public */ export declare const entityFeedbackPlugin: import("@backstage/core-plugin-api").BackstagePlugin<{ root: import("@backstage/core-plugin-api").RouteRef; }, {}>; /** * @public */ export declare const LikeDislikeButtons: (props: import("./components/LikeDislikeButtons").LikeDislikeButtonsProps) => React.JSX.Element; /** * @public */ export declare const StarredRatingButtons: (props: import("./components/StarredRatingButtons").StarredRatingButtonsProps) => React.JSX.Element; /** * @public */ export declare const FeedbackResponseDialog: (props: import("./components/FeedbackResponseDialog").FeedbackResponseDialogProps) => React.JSX.Element; /** * @public */ export declare const EntityFeedbackResponseContent: () => React.JSX.Element; /** * @public */ export declare const FeedbackResponseTable: (props: import("./components/FeedbackResponseTable").FeedbackResponseTableProps) => React.JSX.Element; /** * @public */ export declare const EntityLikeDislikeRatingsCard: () => React.JSX.Element; /** * @public */ export declare const LikeDislikeRatingsTable: (props: import("./components/LikeDislikeRatingsTable").LikeDislikeRatingsTableProps) => React.JSX.Element; /** * @public */ export declare const EntityStarredRatingsCard: () => React.JSX.Element; /** * @public */ export declare const StarredRatingsTable: (props: import("./components/StarredRatingsTable").StarredRatingsTableProps) => React.JSX.Element;