import { ReactElement } from 'react'; /** * A dialog for adding or editing a Panel Group. Open and initial state is controlled by the DashboardStore. */ export declare function PanelGroupDialog(): ReactElement; //# sourceMappingURL=PanelGroupDialog.d.ts.map