import { FunctionComponent } from "preact"; import { OpenFeedbackFormOptions, WithRequired } from "./types"; export type FeedbackDialogProps = WithRequired; export declare const FeedbackDialog: FunctionComponent;