/**
* ID of HTML DIV element which contains the feedback dialog
*/
export declare const feedbackContainerId = "bucket-feedback-dialog-container";
export declare const toolbarContainerId = "bucket-toolbar-dialog-container";
/**
* These events will be propagated to the feedback dialog
*
* @see [https://developer.mozilla.org/en-US/docs/Web/API/Element#events](https://developer.mozilla.org/en-US/docs/Web/API/Element#events)
*/
export declare const propagatedEvents: string[];
//# sourceMappingURL=constants.d.ts.map