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