export declare class AmpTextSectionGrid { /** * The number of columns used to display Text Section Blocks in a given row beyond the md screen size. */ numberOfCols: number; render(): any; }