import { OpenFeedbackFormOptions } from "./types"; export declare function openFeedbackForm(options: OpenFeedbackFormOptions): void;