import * as i0 from "@angular/core";
/**
 * Specifies a header for the box.
 * @deprecated Use `headingText` input on the `sky-box` component instead.
 */
export declare class SkyBoxHeaderComponent {
    protected readonly boxHeaderId: string;
    constructor();
    static ɵfac: i0.ɵɵFactoryDeclaration<SkyBoxHeaderComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SkyBoxHeaderComponent, "sky-box-header", never, {}, {}, never, ["*", ".sky-control-help"], false, never>;
}
