import { Portlet } from './portlet';
export declare class Column {
    portlets: Array<Portlet>;
}
