export declare class Column { position: 'start' | 'center' | 'end' | 'stretch'; render(): any; }