import { IgcGridColumnOptionsSectionBaseComponent } from "./igc-grid-column-options-section-base-component";
import { GridColumnOptionsSimpleSectionBase } from "./GridColumnOptionsSimpleSectionBase";
export declare abstract class IgcGridColumnOptionsSimpleSectionBaseComponent extends IgcGridColumnOptionsSectionBaseComponent {
    /**
                                 * @hidden
                                 */
    get i(): GridColumnOptionsSimpleSectionBase;
    constructor();
    connectedCallback(): void;
    disconnectedCallback(): void;
    private static _observedAttributesIgcGridColumnOptionsSimpleSectionBaseComponent;
    static get observedAttributes(): string[];
    get caption(): string;
    set caption(v: string);
    get showCaption(): boolean;
    set showCaption(v: boolean);
}
