import React from 'react'; import { Entity } from 'matrix-ui-service'; import { PortalRequiredServices } from './PortalRequiredServices'; interface P { portal: Entity; services: PortalRequiredServices; portalRowRelAllList: Entity[]; portletColRelAllList: Entity[]; } export declare class PortalSider extends React.Component
{ render(): JSX.Element; } export {};