import { IgcSummaryRowComponent } from "./igc-summary-row-component";
import { SummaryRowSection } from "./SummaryRowSection";
export declare class IgcSummaryRowSectionComponent extends IgcSummaryRowComponent {
    protected createImplementation(): SummaryRowSection;
    /**
                                 * @hidden
                                 */
    get i(): SummaryRowSection;
    constructor();
    connectedCallback(): void;
    disconnectedCallback(): void;
    private static _observedAttributesIgcSummaryRowSectionComponent;
    static get observedAttributes(): string[];
    static htmlTagName: string;
    protected static _isElementRegistered: boolean;
    static register(): void;
}
