import React from 'react'; export declare function ConfigurationDrawer({ height, compact, showSourceCode, jsonReadOnly, mjmlReadOnly, }: { height: string; compact: boolean; showSourceCode: boolean; jsonReadOnly: boolean; mjmlReadOnly: boolean; }): React.JSX.Element;