import { StackView } from "./stack-view";
export declare class StackHeader {
    stackView: StackView;
    constructor(stackView: StackView);
}
