interface EditorDrawerProps { isOpen: boolean; } export declare function EditorDrawer({ isOpen }: EditorDrawerProps): import("react").ReactPortal | null; export {}; //# sourceMappingURL=editor-drawer.d.ts.map