import React from "react"; interface PbEditorPageElementGroupPlugin { name: string; title: string; icon: React.ReactNode; emptyView?: React.ReactNode; } export declare const PbEditorPageElementGroupPlugin: React.FunctionComponent; export {};