import type { FeedbackEntry } from "convex-feedback"; import type { FeedbackColorProps } from "../../shared/types/context.js"; import type { FeedbackAndroidToolbarIcons, FeedbackStackScreenOptions } from "./types.js"; export declare function EditEntryStackScreen({ entry, onRequestClose, colors, androidToolbarIcons, stackOptions, }: { entry: FeedbackEntry | null | undefined; onRequestClose: () => void; colors?: FeedbackColorProps; androidToolbarIcons?: FeedbackAndroidToolbarIcons; stackOptions?: FeedbackStackScreenOptions; }): import("react").JSX.Element; //# sourceMappingURL=EditEntryScreen.d.ts.map