import type { ExpoFeedbackScreenProps } from "./types"; export declare function FeedbackScreen({ hooks, messages, theme, unstyled, entrySort, commentSort, enabledKinds, maxCommentDepth, debounceDuration, collectMetadata, emptyState, loading, transformComments, renderActor, onUnauthenticated, ...props }: ExpoFeedbackScreenProps): import("react").JSX.Element; //# sourceMappingURL=FeedbackScreen.d.ts.map