export declare class Select { type: 'two-column'; header: string; description: string; render(): any; private renderTwoColumn; }