import { AEMContainerComponent } from '../aem-container/aem-container.component';
export declare class AEMResponsiveGridComponent extends AEMContainerComponent {
    /**
     * Returns weather of not we are in the editor
     */
    readonly isInEditMode: boolean;
    /**
     * Returns the placeholder classes
     */
    readonly placeholderClass: string;
    /**
     * Returns the placeholder path
     */
    readonly placeholdePath: string;
    /**
   * Returns the gridClasses for the cqModel of the responsive grid
   */
    readonly gridClasses: any;
    /**
   * Returns the class names of the responsive grid based on the data from the cqModel
   */
    readonly classNames: string;
}
