import { Position } from '../../ui/types'; import { OpenFeedbackFormOptions } from './types'; export declare const DEFAULT_POSITION: Position; export declare function openFeedbackForm(options: OpenFeedbackFormOptions): void; //# sourceMappingURL=index.d.ts.map