import { SkyPageSummaryKeyInfoComponent } from './page-summary-key-info.component';
import * as i0 from "@angular/core";
/**
 * Specifies the components to display in the page summary.
 * @deprecated `SkyPageSummaryComponent` is deprecated. For page templates and techniques to summarize page content, see the page design guidelines. For more information, see https://developer.blackbaud.com/skyux/design/guidelines/page-layouts.
 */
export declare class SkyPageSummaryComponent {
    #private;
    protected keyInfoComponents: import("@angular/core").Signal<readonly SkyPageSummaryKeyInfoComponent[]>;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<SkyPageSummaryComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SkyPageSummaryComponent, "sky-page-summary", never, {}, {}, ["keyInfoComponents"], ["sky-page-summary-alert", "sky-page-summary-image", "sky-page-summary-title", "sky-page-summary-subtitle", "sky-page-summary-status", "sky-page-summary-content", "sky-page-summary-key-info"], false, never>;
}
